[Blender_Kitsu] Add Operators to cleanup Animation Files #38

Merged
Nick Alberelli merged 12 commits from feature/enforce_naming into main 2023-05-09 17:12:20 +02:00
Showing only changes of commit 787149b39d - Show all commits

View File

@ -370,6 +370,7 @@ class KITSU_OT_anim_update_output_coll(bpy.types.Operator):
# Clear Out Output Collection before Starting
for collection in output_coll.children:
output_coll.children.unlink(collection)
bpy.context.view_layer.update()
# Check if all found asset colls are in output coll.
for coll in asset_colls: