mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
black .
This commit is contained in:
@@ -2099,7 +2099,9 @@ class OverrideModeSetEdit(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
props = tool.Aggregate.get_aggregate_props()
|
props = tool.Aggregate.get_aggregate_props()
|
||||||
if (aggregate or parts) and not props.in_aggregate_mode:
|
if (aggregate or parts) and not props.in_aggregate_mode:
|
||||||
return True
|
return True
|
||||||
elif element != tool.Ifc.get_entity(props.editing_aggregate) and aggregate != tool.Ifc.get_entity(props.editing_aggregate):
|
elif element != tool.Ifc.get_entity(props.editing_aggregate) and aggregate != tool.Ifc.get_entity(
|
||||||
|
props.editing_aggregate
|
||||||
|
):
|
||||||
return True
|
return True
|
||||||
elif parts and aggregate == tool.Ifc.get_entity(props.editing_aggregate):
|
elif parts and aggregate == tool.Ifc.get_entity(props.editing_aggregate):
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user