Think this might be my first post
I recently dug out an old Revit project (had to download Revit to export to IFC) and have successfully imported into Blender. It seems that everything has come through as expected. Have cleaned up some stuff, and now onto the part that is interesting. On one wall of the house, I have two windows that I would like to enlarge into one long window opening. So I am attempting to delete one of the ifcOpening objects and one of the window. But I keep getting the following error
Error: Python: Traceback (most recent call last):
File "C:\Users\sceye\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\blenderbim\bim\module\geometry\operator.py", line 378, in invoke
return self.execute(context)
File "C:\Users\sceye\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\blenderbim\bim\module\geometry\operator.py", line 367, in execute
return IfcStore.execute_ifc_operator(self, context)
File "C:\Users\sceye\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\blenderbim\bim\ifc.py", line 369, in execute_ifc_operator
result = getattr(operator, "_execute")(context)
File "C:\Users\sceye\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\blenderbim\bim\module\geometry\operator.py", line 382, in _execute
self.delete_ifc_object(obj)
File "C:\Users\sceye\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\blenderbim\bim\module\geometry\operator.py", line 331, in delete_ifc_object
self.remove_filling(rel.RelatedBuildingElement)
File "C:\Users\sceye\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\blenderbim\bim\module\geometry\operator.py", line 347, in remove_filling
bpy.ops.bim.remove_filling(obj=obj.name)
AttributeError: 'NoneType' object has no attribute 'name'
Just wondering if this is due to the Revit -> IFC -> Blender, and if it is fixable
Of course any links to similar topics are appreciated - I do honestly suck at search.