[tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/blenlib BLI_arithb.h tuhopuu2/source/blender/blenlib/intern arithb.c tuhopuu2/source/blender/include BIF_editsima.h tuhopuu2/source/blender/src SConscript editsima.c header_image.c space.c

Brecht Van Lommel blendix at msn.com
Sun Feb 15 23:50:19 CET 2004


blendix (Brecht Van Lommel) 2004/02/15 23:50:19 CET

  Modified files:
    .                    featurelist.txt 
    tuhopuu2/source/blender/blenlib BLI_arithb.h 
    tuhopuu2/source/blender/blenlib/intern arithb.c 
    tuhopuu2/source/blender/include BIF_editsima.h 
    tuhopuu2/source/blender/src SConscript editsima.c 
                                header_image.c space.c 
  
  Log:
  Added UV editor hide functions to the menus.
  
  Added Heal UV tool. This will snap together texture vertices by mesh
  vertex. Distance Based Heal UV does this based on a given distance.
  Hotkeys: H, shift+H.
  
  Added Island Select tool, similar to select linked in editmode. Will
  select all tex vertices that form one island. Two texture vertices will
  be considered linked if they are within a certain distance and share the
  same mesh vertex. Exact Island Select allows you to specify this distance,
  will otherwise default to 10 pixels. It might be better to calculate this
  somehow based on the scale of the uv map.
  Hotkeys: L, shift+L.
  
  Added Unlink Selection tool, that will, based on an existing selection,
  only keep those faces selected that had all texture vertices selected.
  Usefull when you want to take a piece off an island.
  Hotkeys: alt+L.
  
  Added console.c to source/blender/src/Sconscript to solve link errors.
  
  Made a Vec2Lenf function in BLI_arithb.h. Suprisingly I couldn't find such
  a function. Might have missed it somewhere.
  
  Revision  Changes    Path
  1.71      +20 -0     tuhopuu2/featurelist.txt
  1.4       +6 -1      tuhopuu2/source/blender/blenlib/BLI_arithb.h
  1.5       +10 -1     tuhopuu2/source/blender/blenlib/intern/arithb.c
  1.3       +4 -1      tuhopuu2/source/blender/include/BIF_editsima.h
  1.2       +1 -0      tuhopuu2/source/blender/src/SConscript
  1.7       +280 -1    tuhopuu2/source/blender/src/editsima.c
  1.4       +64 -2     tuhopuu2/source/blender/src/header_image.c
  1.45      +15 -1     tuhopuu2/source/blender/src/space.c



More information about the tuhopuu-cvs mailing list