[Bf-blender-cvs] CVS commit: blender/source/blender/src editmesh_tools.c

Johnny Matthews johnny.matthews at gmail.com
Sat Jul 30 18:37:04 CEST 2005


guitargeek (Johnny Matthews ) 2005/07/30 18:37:04 CEST

  Modified files:
    blender/source/blender/src editmesh_tools.c 
  
  Log:
  Edgeslide Mouse Movement Fix
  
  Edgeslide movement is now controlled by a line drawn between the endpoints of the 2 control rail edges. Edgeslide will
  try to pick a control rail pair (will color green ATM) if you don't like the edge it picked, use the mouse wheel up to change it.
  have to code mouse wheel down to go other direction still. Just ran out of time ATM and wanted to get this in for movement testing.
  
  movement is in 1% per edge (so 1% out of -1 to 1)
  CTRL makes it 10%
  SHIFT makes it .1%
  
  Se what you think and give me some feedback on functionality :) Code needs cleanup and comments, so don't crit that too much yet.
  
  Revision  Changes    Path
  1.73      +156 -50   blender/source/blender/src/editmesh_tools.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editmesh_tools.c.diff?r1=1.72&r2=1.73&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list