[tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/include BIF_editmesh.h tuhopuu2/source/blender/src editmesh.c editobject.c

Martin Poirier theeth at yahoo.com
Tue Jan 20 04:44:21 CET 2004


theeth (Martin Poirier) 2004/01/20 04:44:21 CET

  Modified files:
    .                    featurelist.txt 
    tuhopuu2/source/blender/include BIF_editmesh.h 
    tuhopuu2/source/blender/src editmesh.c editobject.c 
  
  Log:
  Multi function commit
  
  Trim/Extend to Face first working version.  See featurelist
  
  Fixes to GuitarGeek's edge loop selection code
  - Cut some superfluous loop cycles by making some calculations only if the mouse moved. This includes redrawing the mouse "icon", which stops the flickering problem I was having.
  - Isolate the event testing loop from the calculations. You could cancel the action if the mouse wasn't highlighting an edge
  
  Fixes to Desoto's edge cut code
  - Isolate the event testing loop. Same problem as above.
  
  Please test both feature, I tested them as best I could, but some mistake might have slipped.
  
  Revision  Changes    Path
  1.62      +10 -1     tuhopuu2/featurelist.txt
  1.17      +2 -1      tuhopuu2/source/blender/include/BIF_editmesh.h
  1.66      +457 -239  tuhopuu2/source/blender/src/editmesh.c
  1.44      +5 -2      tuhopuu2/source/blender/src/editobject.c



More information about the tuhopuu-cvs mailing list