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