Blender Git Commit Log

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

2 Modified Paths:

/source/blender/editors/animation/keyframing.c (+22, -5) (Diff)
/source/blender/python/intern/bpy_rna.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021