mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
minor fix for bim.create_all_shapes printed messages
This commit is contained in:
@@ -213,7 +213,7 @@ class CreateAllShapes(bpy.types.Operator):
|
|||||||
settings_2d.set(settings_2d.INCLUDE_CURVES, True)
|
settings_2d.set(settings_2d.INCLUDE_CURVES, True)
|
||||||
failures = []
|
failures = []
|
||||||
excludes = () # For the developer to debug with
|
excludes = () # For the developer to debug with
|
||||||
for i, element in enumerate(elements):
|
for i, element in enumerate(elements, 1):
|
||||||
if element.GlobalId in excludes:
|
if element.GlobalId in excludes:
|
||||||
continue
|
continue
|
||||||
print(f"{i}/{total}:", element)
|
print(f"{i}/{total}:", element)
|
||||||
|
|||||||
Reference in New Issue
Block a user