minor fix for bim.create_all_shapes printed messages

This commit is contained in:
Andrej730
2024-01-15 14:44:40 +05:00
parent 07241649e4
commit dab051dd85
@@ -213,7 +213,7 @@ class CreateAllShapes(bpy.types.Operator):
settings_2d.set(settings_2d.INCLUDE_CURVES, True)
failures = []
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:
continue
print(f"{i}/{total}:", element)