mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fixed issue in polyline tools where orbit and pan where not updating the ray cast.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user