[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel BKE_utildefines.h tuhopuu2/source/blender/blenlib BLI_arithb.h tuhopuu2/source/blender/blenlib/intern arithb.c tuhopuu2/source/blender/src unwrapper.c

Brecht Van Lommel blendix at pandora.be
Wed May 19 01:14:24 CEST 2004


blendix (Brecht Van Lommel) 2004/05/19 01:14:23 CEST

  Modified files:
    tuhopuu2/source/blender/blenkernel BKE_utildefines.h 
    tuhopuu2/source/blender/blenlib BLI_arithb.h 
    tuhopuu2/source/blender/blenlib/intern arithb.c 
    tuhopuu2/source/blender/src unwrapper.c 
  
  Log:
  A few fixes pointed out by bjornmose. Initial min/max settings were wrong and
  only 3 uv coordinats (instead of 4) were pinned.
  
  The unwrapper now cleanly packs the groups in the image rectangle, and scales
  them so they all have the same size relative to the mesh. The packing is very
  primitive, for now it is just there to avoid having overlapping groups. The
  current packer doesn't even attempt to use the available space in an optimal
  way.
  
  Added two functions to BLI_arithb.h: Vec2Addf, Vec2Mulf
  Added one macro to BKE_utildefines: INIT_MINMAX2
  
  lukep wrote a nice introduction doc:
  http://jlp.nerim.net/LCSM_stuff/LCSM_basics.html
  
  Revision  Changes    Path
  1.2       +8 -7      tuhopuu2/source/blender/blenkernel/BKE_utildefines.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/blenkernel/BKE_utildefines.h.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.6       +12 -2     tuhopuu2/source/blender/blenlib/BLI_arithb.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/blenlib/BLI_arithb.h.diff?r1=1.5&r2=1.6&cvsroot=tuhopuu>
  1.8       +13 -1     tuhopuu2/source/blender/blenlib/intern/arithb.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/blenlib/intern/arithb.c.diff?r1=1.7&r2=1.8&cvsroot=tuhopuu>
  1.4       +225 -8    tuhopuu2/source/blender/src/unwrapper.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/unwrapper.c.diff?r1=1.3&r2=1.4&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list