mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +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
|
||||
if obj in not_editing_objs:
|
||||
obj.select_set(False)
|
||||
break
|
||||
continue
|
||||
element = tool.Ifc.get_entity(obj)
|
||||
if not element or props.in_aggregate_mode:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user