Blender Git Loki
Git Commits -> Revision 59736af
Revision 59736af by Joshua Leung (master) February 9, 2009, 10:04 (GMT) |
Animato: Added 'experimental' grouping schemes for F-Curves When inserting keyframes on previous un-animated Objects/bones, F-Curves will be added into Action Groups into either "Object Transform" or <PoseChannel Name>. Ob->Material settings are not grouped for now to illustrate what's possible. Old files are currently not patched to use do this, as it's still not clear whether this will be ideal. |
Commit Details:
Full Hash: 59736af8fc39246b82213ff0e9c8f917ed36a34c
SVN Revision: 18885
Parent Commit: b9063b2
Lines Changed: +295, -65
11 Modified Paths:
/source/blender/blenkernel/BKE_action.h (+28, -17) (Diff)
/source/blender/blenkernel/intern/action.c (+186, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/editors/animation/anim_channels.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframing.c (+69, -34) (Diff)
/source/blender/editors/include/ED_keyframing.h (+2, -2) (Diff)
/source/blender/editors/space_action/action_draw.c (+3, -5) (Diff)
/source/blender/editors/space_action/space_action.c (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+3, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+0, -1) (Diff)
/source/blender/editors/space_graph/space_graph.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/action.c (+186, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/editors/animation/anim_channels.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframing.c (+69, -34) (Diff)
/source/blender/editors/include/ED_keyframing.h (+2, -2) (Diff)
/source/blender/editors/space_action/action_draw.c (+3, -5) (Diff)
/source/blender/editors/space_action/space_action.c (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+3, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+0, -1) (Diff)
/source/blender/editors/space_graph/space_graph.c (+1, -1) (Diff)