[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_editsima.h tuhopuu2/source/blender/src editsima.c header_image.c space.c

Brecht Van Lommel blendix at pandora.be
Mon Aug 23 21:54:07 CEST 2004


blendix (Brecht Van Lommel) 2004/08/23 21:54:07 CEST

  Modified files:
    tuhopuu2/source/blender/include BIF_editsima.h 
    tuhopuu2/source/blender/src editsima.c header_image.c space.c 
  
  Log:
  Updates to the Relax UV tool:
  - Renamed it to "Optimize Stretch", since it's behaviour doesn't exactly
    correspond to the relax uv tools found in other applications, and this name
    seems to capture what the tool does better.
  - Finally made the complexity of temporary data building linear,
    instead of quadratic. Building could get really slow on big meshes.
  - Where possible, replace many small malloc's by one big malloc. Only verts
    are malloced separately now (these can't be predicted in advance).
  - Some small tweaking, adding comments, renaming, ... .
  
  Revision  Changes    Path
  1.13      +2 -2      tuhopuu2/source/blender/include/BIF_editsima.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/include/BIF_editsima.h.diff?r1=1.12&r2=1.13&cvsroot=tuhopuu>
  1.33      +168 -108  tuhopuu2/source/blender/src/editsima.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/editsima.c.diff?r1=1.32&r2=1.33&cvsroot=tuhopuu>
  1.29      +4 -3      tuhopuu2/source/blender/src/header_image.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/header_image.c.diff?r1=1.28&r2=1.29&cvsroot=tuhopuu>
  1.77      +2 -2      tuhopuu2/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/space.c.diff?r1=1.76&r2=1.77&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list