Removed debug printing
This commit is contained in:
@@ -95,7 +95,6 @@ class ASE_OT_ExportCollections(Operator, ExportHelper):
|
|||||||
context.window_manager.progress_begin(0, len(layer_collections))
|
context.window_manager.progress_begin(0, len(layer_collections))
|
||||||
|
|
||||||
for i, collection in enumerate(collections):
|
for i, collection in enumerate(collections):
|
||||||
print(type(collection), collection, collection.hide_viewport)
|
|
||||||
# Iterate over all the objects in the collection.
|
# Iterate over all the objects in the collection.
|
||||||
try:
|
try:
|
||||||
ase = ASEBuilder().build(context, options, collection.objects)
|
ase = ASEBuilder().build(context, options, collection.objects)
|
||||||
|
|||||||
Reference in New Issue
Block a user