mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 21:48:52 +00:00
Fix #5336
This commit is contained in:
committed by
Bruno Perdigão
parent
d63961d840
commit
e48050af4b
@@ -2527,6 +2527,7 @@ class MeasureTool(bpy.types.Operator):
|
||||
def invoke(self, context, event):
|
||||
if context.space_data.type == "VIEW_3D":
|
||||
PolylineDecorator.install(context)
|
||||
tool.Snap.clear_snapping_point()
|
||||
tool.Snap.set_use_default_container(False)
|
||||
PolylineDecorator.set_use_default_container(False)
|
||||
tool.Polyline.set_use_default_container(False)
|
||||
|
||||
Reference in New Issue
Block a user