Blender Git Commit Log
Git Commits -> Revision 6519982
Revision 6519982 by Alexander Gavrilov (master) May 16, 2019, 06:48 (GMT) |
Fix T64681: evaluate curves with generative modifiers and no keys. Introduce a new function and use it everywhere, including automatic curve deletion checks to guarantee consistency. |
Commit Details:
Full Hash: 65199828766afff21b1a1741fd5a7d651d92f17d
Parent Commit: e097845
Lines Changed: +18, -16
8 Modified Paths:
/source/blender/blenkernel/BKE_fcurve.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+8, -2) (Diff)
/source/blender/editors/animation/keyframes_general.c (+1, -2) (Diff)
/source/blender/editors/animation/keyframing.c (+1, -2) (Diff)
/source/blender/editors/interface/interface_anim.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -2) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -3) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+8, -2) (Diff)
/source/blender/editors/animation/keyframes_general.c (+1, -2) (Diff)
/source/blender/editors/animation/keyframing.c (+1, -2) (Diff)
/source/blender/editors/interface/interface_anim.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -2) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -3) (Diff)