Blender Git Commit Log
Git Commits -> Revision feba1fe
Revision feba1fe by Hans Goudey (master) July 16, 2021, 17:00 (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: feba1fe974870f4d5f77aded3c71ec0983145572
Parent Commit: c4df8ac
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)