Blender Git Commit Log
Git Commits -> Revision d9c9108
Revision d9c9108 by Joshua Leung (master) March 1, 2009, 11:27 (GMT) |
Graph Editor: Added operator to 'bake' keyframe-based F-Curves to be composed of samples. This operator can be activated using the 'Alt-C' hotkey for now, and operates on selected + editable F-Curves. This is currently still highly experimental, and does crash I've implemented this as a way to test out the FPoints/samples code, which will be used to provide better support of the dense F-Curves which result from importing Mocap/BVH data. These should use considerably less memory + have a few additional benefits over keyframes when they're working in a stable fashion. |
Commit Details:
Full Hash: d9c9108a6e62894d6ab696235af9a0af25693c76
SVN Revision: 19159
Parent Commit: db472a3
Lines Changed: +173, -23
6 Modified Paths:
/source/blender/blenkernel/BKE_fcurve.h (+21, -0) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+63, -21) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+83, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -1) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+63, -21) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+83, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -1) (Diff)