Blender Git Commit Log
Git Commits -> Revision 818e197
Revision 818e197 by Campbell Barton (master) February 20, 2012, 00:18 (GMT) |
fix [#30266] B-Mesh: Issue with Weight Painting thanks to Nicholas Bishop for finding the cause of the problem. don't tesselate on load, this means me->mface will be NULL by default. we may need to have this set if existing uses of this array are not resolved before release - so add a define USE_TESSFACE_DEFAULT, to change this easily. this is a rather indirect fix - need to take care here. |
Commit Details:
Full Hash: 818e19713a089ffb500201bf3e1c3d8327c75fb9
SVN Revision: 44272
Parent Commit: 40c59b1
Lines Changed: +17, -4