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

3 Modified Paths:

/source/blender/blenkernel/BKE_paint.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+229, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021