[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern modifier.c

Ben Batt benbatt at gmail.com
Sun Mar 18 15:20:26 CET 2007


artificer (Ben Batt) 2007/03/18 15:20:25 CET

  Modified files:
    blender/source/blender/blenkernel/intern modifier.c 
  
  Log:
  == Edgesplit modifier speed improvements ==
  Speed improvements to the Edgesplit modifier (changed the data structures
  and memory management to avoid using slow GHash functions and large numbers
  of small mallocs). In my tests, this makes the modifier approximately twice
  as fast.
  
  Revision  Changes    Path
  1.96      +244 -138  blender/source/blender/blenkernel/intern/modifier.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/modifier.c.diff?r1=1.95&r2=1.96&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list