Fixed issue in polyline tools where orbit and pan where not updating the ray cast.

This commit is contained in:
Bruno Perdigão
2024-09-13 17:35:08 -03:00
parent a2cf95038a
commit aa3a362391
@@ -325,6 +325,7 @@ class DrawPolylineWall(bpy.types.Operator, PolylineOperator):
tool.Blender.update_viewport()
if event.type in {"MIDDLEMOUSE", "WHEELUPMOUSE", "WHEELDOWNMOUSE"}:
self.handle_mouse_move(context, event)
return {"PASS_THROUGH"}
self.handle_instructions(context)