mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 00:09:59 +00:00
fixed disappearing extrusion gizmo
This commit is contained in:
@@ -339,7 +339,7 @@ class ExtrusionWidget(types.GizmoGroup):
|
|||||||
bl_label = "Extrusion Gizmos"
|
bl_label = "Extrusion Gizmos"
|
||||||
bl_space_type = 'VIEW_3D'
|
bl_space_type = 'VIEW_3D'
|
||||||
bl_region_type = 'WINDOW'
|
bl_region_type = 'WINDOW'
|
||||||
bl_options = {'3D', 'PERSISTENT'}
|
bl_options = {'3D', 'PERSISTENT', 'SHOW_MODAL_ALL'}
|
||||||
|
|
||||||
# FIXME: use proper scale from ifc value to blender units
|
# FIXME: use proper scale from ifc value to blender units
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user