Blender Git Commit Log
Git Commits -> Revision 7e17dbf
Revision 7e17dbf by Hans Goudey (master) April 26, 2021, 20:11 (GMT) |
Cleanup: Move displist.cc to C++ This is a change split from the geometry nodes curves branch. Since curve object modifier evaluation happens in this file, moving it to C++ will be quite helpful to support the `GeometrySet` type. Other than that, the code in the branch intends to replace a fair amount of this file anyway, so I don't plan to do any further cleanup here. Differential Revision: https://developer.blender.org/D11078 |
Commit Details:
Full Hash: 7e17dbfcf385a89ffe9012b86b14a21ea0a737fd
Parent Commit: e032ca2
Lines Changed: +1823, -1819
1 Added Path:
/source/blender/blenkernel/intern/displist.cc (+1822, -0) (View)
1 Deleted Path:
/source/blender/blenkernel/intern/displist.c (+0, -1818)
1 Modified Path:
/source/blender/blenkernel/CMakeLists.txt (+1, -1) (Diff)