Blender Git Commit Log
Git Commits -> Revision 520d965
Revision 520d965 by Hans Goudey (master) February 16, 2021, 16:55 (GMT) |
Cleanup: Compile node_draw.c with C++ This will allow using C++ data structures to draw node error messages. This required removing a forward declared enum for grease pencil undo. Compiles with clang tidy. |
Commit Details:
Full Hash: 520d965c77f9109492013d33cff659cd6055ff11
Parent Commit: 8971018
Lines Changed: +2044, -2045
1 Added Path:
/source/blender/editors/space_node/node_draw.cc (+2025, -0) (View)
1 Deleted Path:
/source/blender/editors/space_node/node_draw.c (+0, -2036)
5 Modified Paths:
/source/blender/editors/gpencil/gpencil_undo.c (+7, -3) (Diff)
/source/blender/editors/include/ED_gpencil.h (+1, -3) (Diff)
/source/blender/editors/include/ED_node.h (+1, -1) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/space_node/node_intern.h (+9, -1) (Diff)
/source/blender/editors/include/ED_gpencil.h (+1, -3) (Diff)
/source/blender/editors/include/ED_node.h (+1, -1) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/space_node/node_intern.h (+9, -1) (Diff)