Fix bug where selecting high polygon meshes for debugging fails

This commit is contained in:
Dion Moult
2021-02-22 16:52:10 +11:00
parent d0a9edd186
commit 7cbb87284c
@@ -84,9 +84,6 @@ class SelectHighPolygonMeshes(bpy.types.Operator):
except:
# If it is not in the view layer
pass
relating_type = obj.BIMObjectProperties.relating_type
if relating_type:
relating_type.select_set(True)
return {"FINISHED"}