Blender Git Commit Log
Git Commits -> Revision 76bfcb3
Revision 76bfcb3 by Lukas Toenne (node-editor-edge-pan) April 20, 2021, 08:21 (GMT) |
Moved edge pan functions into a public UI header. Edge panning operator customdata and supporting functions now in UI_view2d.h, so they could be used by operators in other editor libraries. |
Commit Details:
Full Hash: 76bfcb34fb77dc627a127fa3f8d66650c21862c2
Parent Commit: b67c7f8
Lines Changed: +333, -322
1 Added Path:
/source/blender/editors/interface/view2d_edge_pan.c (+275, -0) (View)
1 Deleted Path:
/source/blender/editors/space_node/node_view.h (+0, -80)
6 Modified Paths:
/source/blender/editors/include/UI_view2d.h (+51, -0) (Diff)
/source/blender/editors/interface/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+0, -1) (Diff)
/source/blender/editors/space_node/node_intern.h (+2, -2) (Diff)
/source/blender/editors/space_node/node_relationships.c (+3, -3) (Diff)
/source/blender/editors/space_node/node_view.c (+1, -236) (Diff)
/source/blender/editors/interface/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+0, -1) (Diff)
/source/blender/editors/space_node/node_intern.h (+2, -2) (Diff)
/source/blender/editors/space_node/node_relationships.c (+3, -3) (Diff)
/source/blender/editors/space_node/node_view.c (+1, -236) (Diff)