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

Brecht Van Lommel blendix at pandora.be
Sun Jan 2 13:04:19 CET 2005


blendix (Brecht Van Lommel) 2005/01/02 13:04:19 CET

  Modified files:
    tuhopuu3/source/blender/include BDR_unwrapper.h BIF_editsima.h 
    tuhopuu3/source/blender/src editsima.c header_image.c space.c 
                                unwrapper.c 
  
  Log:
  Moved Weld/Align out of transform, and just made it a menu. Doesn't make much
  sense to have it there, even more so now we have undo.
  
  Removed confirmation popups for LSCM unwrapping in the uv editor (E-key).
  
  Ported stretch optimize to new UvIsland data structure, and tweaked it some:
  - Only redraws every 0.5 seconds, instead of every iteration. No need to
    waste cpu cylces there.
  - Removed popup menu asking for iterations and precision. It now just keeps
    iterating, until you press Enter. The precision option was mainly a debugging
    feature.
  
  UvIsland/UvAtlas can now be constructed based on the layout in the uv editor
  (as opposed to the seam layout in the 3d view). Only a few lines of code are
  now needed for (re-)packing of islands in the uv editor.
  
  Revision  Changes    Path
  1.2       +2 -1      tuhopuu3/source/blender/include/BDR_unwrapper.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/include/BDR_unwrapper.h.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.3       +3 -1      tuhopuu3/source/blender/include/BIF_editsima.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/include/BIF_editsima.h.diff?r1=1.2&r2=1.3&cvsroot=tuhopuu>
  1.4       +105 -86   tuhopuu3/source/blender/src/editsima.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/editsima.c.diff?r1=1.3&r2=1.4&cvsroot=tuhopuu>
  1.3       +7 -4      tuhopuu3/source/blender/src/header_image.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/header_image.c.diff?r1=1.2&r2=1.3&cvsroot=tuhopuu>
  1.8       +4 -2      tuhopuu3/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/space.c.diff?r1=1.7&r2=1.8&cvsroot=tuhopuu>
  1.3       +405 -24   tuhopuu3/source/blender/src/unwrapper.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/unwrapper.c.diff?r1=1.2&r2=1.3&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list