Blender Git Loki
Git Commits -> Revision 956e41d
Revision 956e41d by Hans Goudey (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:51 (GMT) |
Cleanup: Move gpencil_geom.c to C++ This will help enable development on optimizations to the perimeter calculation here. Using C++ data structures like Array can make the code easier to read as well. Longer term, this can help improve integration with attributes and possibly the new curve code (since strokes and curves are quite similar in theory). Differential Revision: https://developer.blender.org/D11941 |
Commit Details:
Full Hash: 956e41db7b384491b593f57dfaedc4437f49886b
Parent Commit: 0415578
Committed By: Fabian Schempp
Lines Changed: +4123, -4114
1 Added Path:
/source/blender/blenkernel/intern/gpencil_geom.cc (+4122, -0) (View)
1 Deleted Path:
/source/blender/blenkernel/intern/gpencil_geom.c (+0, -4113)
1 Modified Path:
/source/blender/blenkernel/CMakeLists.txt (+1, -1) (Diff)