Blender Git Commit Log
Git Commits -> Revision 50186c9
Revision 50186c9 by Geoffrey Bantle (master) March 9, 2007, 15:36 (GMT) |
-> Small bug fix for modifiers and info header stats Small but very annoying issue with modifiers meant that G.totvert/totedge/totface were updated to reflect the effects of a subsurf modifier in object mode but all other modifier types were ignored. This was not only inconsistent, but also made it very difficult to keep track of poly budgets. Now in order to obtain accurate counts object_handle_update is called immediatly after adding a modifier and precedes a call to countall() which has been modified to query the final derived mesh directly using dm->getNumVerts/Edges/Faces callbacks. Editmode behaviour is unchanged. |
Commit Details:
Full Hash: 50186c9a2d1f677cfb5510706fc97cfb60dcefea
SVN Revision: 10229
Parent Commit: 86a2040
Lines Changed: +22, -26