Fix some pipeline bugs
This commit is contained in:
parent
362ab88f6c
commit
1847db31c9
BIN
animations/infantry/anims-alan.blend
(Stored with Git LFS)
BIN
animations/infantry/anims-alan.blend
(Stored with Git LFS)
Binary file not shown.
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user