Blender Git Commit Log
Git Commits -> Revision 3e086af
Revision 3e086af by Alexander Gavrilov (master) June 16, 2019, 11:16 (GMT) |
Drivers: fix Variable Copy & Paste in the edit popover. Without these buttons the functionality of the popover is incomplete compared to the Graph Editor panel. To support this the operators have to read the active F-Curve from the context, instead of directly scanning animation data. Expanding the context would also help Python operators. |
Commit Details:
Full Hash: 3e086af79ceb38345eed1c76472eb6fc8cfc1196
Parent Commit: 985f337
Lines Changed: +96, -97
5 Modified Paths:
/source/blender/editors/screen/screen_context.c (+41, -7) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+33, -49) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+11, -41) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_utils.c (+10, -0) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+33, -49) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+11, -41) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_utils.c (+10, -0) (Diff)