Hi, I am having problem with my ifc file. i have come across this error while working and not able to salvage my file. any tips on how to get this sorted. I have attached the ifc file too
`Python: Traceback (most recent call last):
File "/home/arun/.config/blender/3.3/scripts/addons/blenderbim/bim/module/project/operator.py", line 533, in execute
bpy.ops.bim.load_project_elements()
File "/home/arun/Apps/blender-3.3.1-linux-x64/3.3/scripts/modules/bpy/ops.py", line 113, in call
ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Error: Python: Traceback (most recent call last):
File "/home/arun/.config/blender/3.3/scripts/addons/blenderbim/bim/module/project/operator.py", line 590, in execute
ifc_importer.execute()
File "/home/arun/.config/blender/3.3/scripts/addons/blenderbim/bim/import_ifc.py", line 261, in execute
self.clean_mesh()
File "/home/arun/.config/blender/3.3/scripts/addons/blenderbim/bim/import_ifc.py", line 1281, in clean_mesh
obj.select_set(True)
RuntimeError: Error: Object 'IfcMember/Member.014' can't be selected because it is not in View Layer 'ViewLayer'!
Location: /home/arun/Apps/blender-3.3.1-linux-x64/3.3/scripts/modules/bpy/ops.py:113`
I also get this box which I assume maybe to resolve the error. Not sure what the options mean though :(
Thanks