Blender Git Commit Log
Git Commits -> Revision 037cf92
Revision 037cf92 by Pablo Dobarro (master) August 14, 2019, 20:59 (GMT) |
Sculpt: mesh abstraction API These functions make possible porting the tools from the sculpt branch, making them compatible with PBVH_FACES and PBVH_BMESH without duplicating the code. They can also help to simplify some existing code. These functions should not be used when working with PBVH_GRIDS data in SculptSession. PBVH_GRIDS needs to be removed from the sculpt code and converted to PBVH_FACES to be compatible with this API. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5352 |
Commit Details:
Full Hash: 037cf920b42d9b3404687235c524516e50a31561
Parent Commit: 5489611
Lines Changed: +234, -0