vault backup: 2024-02-14 21:50:01

This commit is contained in:
BlueRose 2024-02-14 21:50:01 +08:00
parent 1be66ebe1d
commit cc57946c4c

View File

@ -173,6 +173,9 @@ for action in bpy.data.actions:
bpy.ops.better_export.fbx(filepath= fbxExportPath+ action.name + ".fbx",my_fbx_format="binary",use_selection=False,use_visible=True)
# print(currentSkeleton.animation_data.action)
# print(bpy.data.objects["SM_ch0100.ao"].animation_data.action)
# 清空动画数据
currentSkeleton.animation_data_clear()
```