mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
Fix bug where selecting high polygon meshes for debugging fails
This commit is contained in:
@@ -84,9 +84,6 @@ class SelectHighPolygonMeshes(bpy.types.Operator):
|
|||||||
except:
|
except:
|
||||||
# If it is not in the view layer
|
# If it is not in the view layer
|
||||||
pass
|
pass
|
||||||
relating_type = obj.BIMObjectProperties.relating_type
|
|
||||||
if relating_type:
|
|
||||||
relating_type.select_set(True)
|
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user