mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Small fix.
This commit is contained in:
committed by
Bruno Perdigão
parent
f7c4b13d0a
commit
3050abdb87
@@ -2919,7 +2919,7 @@ class OverrideMoveAggregate(bpy.types.Operator):
|
|||||||
self.new_active_obj = None
|
self.new_active_obj = None
|
||||||
if obj in not_editing_objs:
|
if obj in not_editing_objs:
|
||||||
obj.select_set(False)
|
obj.select_set(False)
|
||||||
break
|
continue
|
||||||
element = tool.Ifc.get_entity(obj)
|
element = tool.Ifc.get_entity(obj)
|
||||||
if not element or props.in_aggregate_mode:
|
if not element or props.in_aggregate_mode:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user