[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenlib BLI_editVert.h tuhopuu2/source/blender/src drawmesh.c drawobject.c editmesh.c

Brecht Van Lommel blendix at pandora.be
Sun May 16 23:41:58 CEST 2004


blendix (Brecht Van Lommel) 2004/05/16 23:41:58 CEST

  Modified files:
    tuhopuu2/source/blender/blenlib BLI_editVert.h 
    tuhopuu2/source/blender/src drawmesh.c drawobject.c editmesh.c 
  
  Log:
  In editmode, added a 'seam' member to the EditEdge struct (if UNWRAPPER=true),
  and moved the seam info into the edge data (instead of face data). Solves some
  problem with the seams not being consistent across faces. And it makes more
  sense too.
  
  Tip of the day: use the great Vertex Loop tool to select & mark your seams!
  And an example of a LSCM uv unwrapped model with seams:
  http://users.pandora.be/blendix/lscm_dolphin.blend
  
  Revision  Changes    Path
  1.6       +4 -1      tuhopuu2/source/blender/blenlib/BLI_editVert.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/blenlib/BLI_editVert.h.diff?r1=1.5&r2=1.6&cvsroot=tuhopuu>
  1.17      +34 -15    tuhopuu2/source/blender/src/drawmesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/drawmesh.c.diff?r1=1.16&r2=1.17&cvsroot=tuhopuu>
  1.33      +9 -27     tuhopuu2/source/blender/src/drawobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/drawobject.c.diff?r1=1.32&r2=1.33&cvsroot=tuhopuu>
  1.92      +33 -24    tuhopuu2/source/blender/src/editmesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/editmesh.c.diff?r1=1.91&r2=1.92&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list