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

Martin Poirier theeth at yahoo.com
Tue Jan 16 19:55:16 CET 2007


theeth (Martin Poirier) 2007/01/16 19:55:16 CET

  Modified files:
    blender/source/blender/src transform.c 
  
  Log:
  === Transform Bug Fix ===
  
  [ #5458 ] Some transforms are not accurate while pressing shift key
  
  Shrink/Fatten & Push/Pull: Shift slowed the transformation but didn't add precision. (integer division. fixed by applying the same solution used in Grab)
  
  Warp: Shift was ignored. Fixed by changing warp to use the same input method has To Sphere. That is, the 3D view acts like a big horizontal slider: Left -> No effect, Right -> Full effect. This is somewhat of a "big" change from how warp used to work but this is more predictable and is not limited by the original position of the mouse pointer. (of course, this works with Shift correctly too).
  
  Revision  Changes    Path
  1.152     +34 -14    blender/source/blender/src/transform.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform.c.diff?r1=1.151&r2=1.152&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list