[Bf-blender-cvs] CVS commit: blender/source/blender/src buttons_editing.c edit.c

Geoffrey Bantle hairbat at yahoo.com
Fri Mar 9 16:36:21 CET 2007


briggs (Geoffrey  Bantle) 2007/03/09 16:36:21 CET

  Modified files:
    blender/source/blender/src buttons_editing.c edit.c 
  
  Log:
  -> 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.
  
  Revision  Changes    Path
  1.363     +3 -3      blender/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_editing.c.diff?r1=1.362&r2=1.363&cvsroot=bf-blender>
  1.101     +21 -25    blender/source/blender/src/edit.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/edit.c.diff?r1=1.100&r2=1.101&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list