Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. for action in actions:
  2. for frame in range(action.frame_range[1]):
  3. bpy.context.scene.frame_set(frame)
  4. context.scene.update()
  5.  
  6. for poseBone in armature.pose.bones:
  7. exportMatrix = poseBone.matrix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement