Blender Git Loki
Git Commits -> Revision fea5097
Revision fea5097 by Hans Goudey (fcurve-modifier-panels) June 11, 2020, 15:16 (GMT) |
UI: Drag and Drop FModifiers, Layout Updates There are still problems - Context doesn't work in NLA editor - Lots of memory leaks for anim context. Should find a different method for getting the context that doesn't require a "free" every time. This also adds support for regions with panel categories to the list panel system, which was a simple oversight. Differential Revision: https://developer.blender.org/D7997 |
Commit Details:
Full Hash: fea5097eb83593b612fd2f1dab662350d716025a
Parent Commit: afa83b5
Lines Changed: +755, -458
8 Modified Paths:
/source/blender/blenkernel/BKE_fcurve.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/fmodifier.c (+2, -2) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+689, -406) (Diff)
/source/blender/editors/include/ED_anim_api.h (+12, -5) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+18, -25) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+9, -8) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+19, -11) (Diff)
/source/blender/blenkernel/intern/fmodifier.c (+2, -2) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+689, -406) (Diff)
/source/blender/editors/include/ED_anim_api.h (+12, -5) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+18, -25) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+9, -8) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+19, -11) (Diff)