Fix some pipeline bugs

This commit is contained in:
Alan O'Cull 2024-03-29 00:08:37 -04:00
parent 362ab88f6c
commit 1847db31c9
2 changed files with 5 additions and 5 deletions

BIN
animations/infantry/anims-alan.blend (Stored with Git LFS)

Binary file not shown.

View File

@ -36,10 +36,10 @@ for i in range(29,32):
# bpy.ops.object.make_local(type='SELECT_OBDATA')
# Clear all posing and pose constraints
# bpy.ops.object.mode_set(mode='POSE') # Enter pose mode
# bpy.ops.pose.select_all(action='SELECT')
bpy.ops.object.mode_set(mode='POSE') # Enter pose mode
bpy.ops.pose.select_all(action='SELECT')
# bpy.ops.pose.constraints_clear() # Clear all constraints
# bpy.ops.pose.transforms_clear() # Clear all transforms
bpy.ops.pose.transforms_clear() # Clear all transforms
# Export animations
bpy.ops.export_scene.fbx(