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

Martin Poirier theeth at yahoo.com
Sun Feb 12 22:09:18 CET 2006


theeth (Martin Poirier) 2006/02/12 22:09:18 CET

  Modified files:
    blender/source/blender/src transform.c 
  
  Log:
  Bug #2839: Shift key not working in Shear, Push-Pull and shrink-Fatten
  
  - I changed the input method for shear quite a bit. It used to be constant
    regardless of zooming, so it was quite limiting in the amount of shear you
    could do. However, I'm not sure if the current method is quite well
    adjusted, if you think it works too fast, please drop me a line.
    It's basicly the same method as Shrink-Fatten / Push-Pull except on an
    horizontal basis. (since shear is an horizontal motion and the two others
    are more like pulling towards/pushing away from you in regards to the center)
  - Factored out the input methods in preparation for later code <evil>.
  
  Revision  Changes    Path
  1.132     +41 -18    blender/source/blender/src/transform.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform.c.diff?r1=1.131&r2=1.132&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list