Files
test/source
Campbell Barton 42fb30f37a change to insert_keyframe() so an array index of -1 keys all arrays indices
made this default for python so you can do...
 pose_bone.keyframe_insert("location")

rather then
 pose_bone.keyframe_insert("location", 0)
 pose_bone.keyframe_insert("location", 1)
 pose_bone.keyframe_insert("location", 2)
2009-11-04 14:06:10 +00:00
..
2009-11-02 11:20:31 +00:00
2009-09-28 03:19:52 +00:00
2009-11-02 17:25:15 +00:00
2009-10-06 17:01:00 +00:00