Blender Git Commit Log

Git Commits -> Revision 38d4848

Revision 38d4848 by Nicholas Bishop (master)
March 14, 2012, 06:30 (GMT)
Don't wait for sculpt stroke to create PBVH.

This idea is borrowed from the multires modifier, which already
checked if the object was in sculpt mode and, if so, created the
PBVH. That check is now moved higher up the chain into
mesh_build_data(), so that it occurs for CDDerivedMesh too.

This also replaces an assert in cdDM_getPBVH for tesselated mesh faces
with a call to create them if missing.

Commit Details:

Full Hash: 38d4848020bc08cc471310c282ac62e54e881fa8
SVN Revision: 44864
Parent Commit: ee9a009
Lines Changed: +9, -8

3 Modified Paths:

/source/blender/blenkernel/intern/cdderivedmesh.c (+3, -1) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_multires.c (+0, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021