mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Update src/blenderbim/blenderbim/bim/module/model/prop.py
Co-authored-by: Bruno Perdigão <57102715+brunoperdigao@users.noreply.github.com>
This commit is contained in:
@@ -88,6 +88,8 @@ def update_type_page(self, context):
|
||||
|
||||
|
||||
def update_relating_array_from_object(self, context):
|
||||
bpy.ops.bim.enable_editing_array(item=self.is_editing)
|
||||
|
||||
if self.relating_array_object is None:
|
||||
return
|
||||
element = tool.Ifc.get_entity(self.relating_array_object)
|
||||
|
||||
Reference in New Issue
Block a user