Blender Git Loki
Git Commits -> Revision fb88d4e
Revision fb88d4e by Sebastian Parborg (master) October 28, 2020, 10:45 (GMT) |
Add a Un-Bake FCurves operator We already had the ability to bake fcurves but no way to convert the baked result back without using python. This patch adds and operator that is available now next to the bake operator in the drop down menu, Reviewed By: Sybren Differential Revision: https://developer.blender.org/D6379 |
Commit Details:
Full Hash: fb88d4eda8a807e79ecb100e82ac930250d871db
Parent Commit: 2f7c614
Lines Changed: +154, -46
7 Modified Paths:
/release/scripts/startup/bl_ui/space_graph.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_fcurve.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+78, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+69, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_fcurve_api.c (+1, -46) (Diff)
/source/blender/blenkernel/BKE_fcurve.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+78, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+69, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_fcurve_api.c (+1, -46) (Diff)