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

Martin Poirier theeth at yahoo.com
Wed Oct 22 01:39:48 CEST 2003


theeth (Martin Poirier) 2003/10/22 01:39:48 CEST

  Modified files:
    blender/source/blender/src editobject.c 
  
  Log:
  Numerical input in transformation modes (Grab, Rotate, Scale,
  Warp, Shear, Shrink/Fatten). It works with the transformations mode,
  it doesn't replace them, so just enter grab, scale or rotate mode
  as usual and start typing. Both numpad and non-numpad works for the
  numbers.
  
  Tab switches between axis (the axis that is being modified has
  parenthesis)
  Backspace clears the current axis. Twice clears all axis.
  Minus (-) switches between positive and negative value.
  
  The mouse is now disabled when you type (as soon as you use one of
  the numerical keys). You can use Nkey to switch between numerical
  and mouse driven mode.
  
  The minus key on the numpad still affects the PET in mouse-driven
  mode, but affects the sign of the number in numerical input.
  
  Revision  Changes    Path
  1.25      +361 -34   blender/source/blender/src/editobject.c



More information about the Bf-blender-cvs mailing list