[tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/include BDR_editface.h BIF_editsima.h tuhopuu2/source/blender/makesdna DNA_space_types.h tuhopuu2/source/blender/src drawimage.c editface.c editsima.c header_image.c header_view3d.c space.c

Brecht Van Lommel blendix at msn.com
Thu Feb 26 23:15:48 CET 2004


blendix (Brecht Van Lommel) 2004/02/26 23:15:48 CET

  Modified files:
    .                    featurelist.txt 
    tuhopuu2/source/blender/include BDR_editface.h BIF_editsima.h 
    tuhopuu2/source/blender/makesdna DNA_space_types.h 
    tuhopuu2/source/blender/src drawimage.c editface.c editsima.c 
                                header_image.c header_view3d.c 
                                space.c 
  
  Log:
  Merge in some experimental (and somewhat incomplete) features.
  
  Added drawing of transparent faces in the UV editor, but it still has one
  bug. The blending goes wrong after right mouse select and in border select.
  Suggestions to fix this are welcome, as I can't seem to find a solution
  (but I will try further).
  
  Also added "Draw Distortion" in the UV editor, which chooses a face color
  based on distortion. Drawing distortions is really really slow, as distortion
  is recalculated on every redraw, which means that we have a lot of floating
  point calcluation during redraw. Recalculation on UV node movement would be
  possible, but I haven't done this since it's too much work for a feature that
  I'm not sure is even useful.
  
  Added Select > Inverse function in faceselect mode which, similar to the
  editmode function. Note that inverting the selected vertices yields a
  different result than inverting the selected faces.
  
  Added a (half-baked) Relax UV tool. It has some issues that cannot be
  resolved unless a different (and far more complicated) algorithm is
  implemented. The main problem is that it causes "triangle flipping" in
  high curvature areas, which basically means the direction of a triangle is
  inverted and UV nodes end up in strange positions. The code also still
  needs to be clean and speeded up.
  
  Revision  Changes    Path
  1.76      +18 -0     tuhopuu2/featurelist.txt
  1.3       +2 -1      tuhopuu2/source/blender/include/BDR_editface.h
  1.4       +2 -1      tuhopuu2/source/blender/include/BIF_editsima.h
  1.4       +2 -2      tuhopuu2/source/blender/makesdna/DNA_space_types.h
  1.7       +129 -5    tuhopuu2/source/blender/src/drawimage.c
  1.7       +24 -1     tuhopuu2/source/blender/src/editface.c
  1.14      +277 -1    tuhopuu2/source/blender/src/editsima.c
  1.10      +21 -5     tuhopuu2/source/blender/src/header_image.c
  1.11      +5 -1      tuhopuu2/source/blender/src/header_view3d.c
  1.48      +3 -1      tuhopuu2/source/blender/src/space.c



More information about the tuhopuu-cvs mailing list