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.
This commit is contained in:
@@ -87,6 +87,7 @@ void GRAPHEDIT_OT_keyframes_duplicate(struct wmOperatorType *ot);
|
||||
void GRAPHEDIT_OT_keyframes_delete(struct wmOperatorType *ot);
|
||||
void GRAPHEDIT_OT_keyframes_clean(struct wmOperatorType *ot);
|
||||
void GRAPHEDIT_OT_keyframes_sample(struct wmOperatorType *ot);
|
||||
void GRAPHEDIT_OT_keyframes_bake(struct wmOperatorType *ot);
|
||||
void GRAPHEDIT_OT_keyframes_smooth(struct wmOperatorType *ot);
|
||||
|
||||
void GRAPHEDIT_OT_keyframes_handletype(struct wmOperatorType *ot);
|
||||
|
||||
Reference in New Issue
Block a user