mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Maintain active status filters override when activating 3D model during drawing worfklows
This commit is contained in:
@@ -1416,6 +1416,7 @@ class ActivateModel(bpy.types.Operator):
|
|||||||
|
|
||||||
if view3d_context:
|
if view3d_context:
|
||||||
bpy.ops.object.hide_view_clear(view3d_context)
|
bpy.ops.object.hide_view_clear(view3d_context)
|
||||||
|
bpy.ops.bim.activate_status_filters()
|
||||||
|
|
||||||
subcontext = ifcopenshell.util.representation.get_context(tool.Ifc.get(), "Model", "Body", "MODEL_VIEW")
|
subcontext = ifcopenshell.util.representation.get_context(tool.Ifc.get(), "Model", "Body", "MODEL_VIEW")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user