mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
See #5087. See #5114. Skip trying to test shapes that obviously don't have a representation to prevent false positives
This commit is contained in:
@@ -190,6 +190,8 @@ class CreateAllShapes(bpy.types.Operator):
|
||||
for i, element in enumerate(elements, 1):
|
||||
if element.GlobalId in excludes:
|
||||
continue
|
||||
if not element.Representation:
|
||||
continue
|
||||
print(f"{i}/{total}:", element)
|
||||
start = time.time()
|
||||
shape = None
|
||||
|
||||
Reference in New Issue
Block a user