Blender Git Loki
Git Commits -> Revision 42fb30f
Revision 42fb30f by Campbell Barton (master) November 4, 2009, 14:06 (GMT) |
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) |
Commit Details:
Full Hash: 42fb30f37aaca5c748654f75fdb70bcc91b240e2
SVN Revision: 24306
Parent Commit: 510aa6b
Lines Changed: +23, -6