[tuhopuu-cvs] CVS commit: tuhopuu2 SConstruct tuhopuu2/source/blender/include BDR_unwrapper.h BIF_editmesh.h tuhopuu2/source/blender/makesdna DNA_mesh_types.h tuhopuu2/source/blender/src unwrapper.c SConscript drawmesh.c drawobject.c editface.c editmesh.c ...

Brecht Van Lommel blendix at pandora.be
Fri May 14 22:44:50 CEST 2004


blendix (Brecht Van Lommel) 2004/05/14 22:44:50 CEST

  Modified files:
    .                    SConstruct 
    tuhopuu2/source/blender/include BIF_editmesh.h 
    tuhopuu2/source/blender/makesdna DNA_mesh_types.h 
    tuhopuu2/source/blender/src SConscript drawmesh.c drawobject.c 
                                editface.c editmesh.c 
                                header_view3d.c 
  Added files:
    tuhopuu2/source/blender/include BDR_unwrapper.h 
    tuhopuu2/source/blender/src unwrapper.c 
  
  Log:
  Experimental support for LSCM UV unwrapping, as explained in:
  http://www.loria.fr/~levy/Galleries/LSCM/index.html
  http://www.loria.fr/~levy/Papers/2003/pg2003_hlscm.pdf
  
  Currently the code only does the unwrapping part of the LSCM algo. LSCM also
  includes some algorithms for full automatic unwrapping. This code is not quite
  finished (not to say hackish :), but commiting it to cvs will ease
  collaboration.
  
  A conditional compilation option has been added to scons. In config.opts,
  Setting USE_UNWRAPPER to 'true' will compile SuperLU, OpenNL and the
  unwrapping code. A UNWRAPPER #define is used throughout the code for the
  conditional compiling.
  
  Some instructions:
  - Press U > LSCM in faceselect mode to do the unwrapping.
  - For marking seams, select the edges in editmode, and choose Make Seam from
    the Mesh > Edges menu in the 3D view.
  - Press L (Select Linked) in faceselect mode to select a seam group.
  
  Revision  Changes    Path
  1.10      +18 -1     tuhopuu2/SConstruct
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/SConstruct.diff?r1=1.9&r2=1.10&cvsroot=tuhopuu>
  1.24      +5 -1      tuhopuu2/source/blender/include/BIF_editmesh.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/include/BIF_editmesh.h.diff?r1=1.23&r2=1.24&cvsroot=tuhopuu>
  1.12      +8 -2      tuhopuu2/source/blender/makesdna/DNA_mesh_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/makesdna/DNA_mesh_types.h.diff?r1=1.11&r2=1.12&cvsroot=tuhopuu>
  1.6       +3 -1      tuhopuu2/source/blender/src/SConscript
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/SConscript.diff?r1=1.5&r2=1.6&cvsroot=tuhopuu>
  1.16      +41 -2     tuhopuu2/source/blender/src/drawmesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/drawmesh.c.diff?r1=1.15&r2=1.16&cvsroot=tuhopuu>
  1.31      +44 -1     tuhopuu2/source/blender/src/drawobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/drawobject.c.diff?r1=1.30&r2=1.31&cvsroot=tuhopuu>
  1.13      +96 -1     tuhopuu2/source/blender/src/editface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/editface.c.diff?r1=1.12&r2=1.13&cvsroot=tuhopuu>
  1.91      +43 -1     tuhopuu2/source/blender/src/editmesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/editmesh.c.diff?r1=1.90&r2=1.91&cvsroot=tuhopuu>
  1.17      +18 -1     tuhopuu2/source/blender/src/header_view3d.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/header_view3d.c.diff?r1=1.16&r2=1.17&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list