Blender Git Commit Log
Git Commits -> Revision 2175cbe
Revision 2175cbe by Hans Goudey (master) May 21, 2021, 21:28 (GMT) |
Cleanup: Move curve draw cache implementation to C++ I'd like to use this file to draw curves from geometry nodes, which would otherwise require implementing a C API. The changes in this commit are minimal, mostly just casts and changing to nullptr. Differential Revision: https://developer.blender.org/D11350 |
Commit Details:
Full Hash: 2175cbe2ceeffc65517dd21ee94f19bc93094544
Parent Commit: 2521e17
Lines Changed: +1142, -1129
1 Added Path:
/source/blender/draw/intern/draw_cache_impl_curve.cc (+1131, -0) (View)
1 Deleted Path:
/source/blender/draw/intern/draw_cache_impl_curve.c (+0, -1126)