FBX: Enable the Collection exporter feature #105273
@ -3615,7 +3615,7 @@ def save(operator, context,
|
||||
if collection in bpy.data.collections:
|
||||
source_collection = bpy.data.collections[collection]
|
||||
else:
|
||||
operator.report({'ERROR'}, "Collection %s was not found" % collection)
|
||||
operator.report({'ERROR'}, "Collection '%s' was not found" % collection)
|
||||
return {'CANCELLED'}
|
||||
|
||||
if source_collection:
|
||||
|
Loading…
Reference in New Issue
Block a user