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

Ton Roosendaal ton at blender.org
Thu Apr 22 19:46:07 CEST 2004


ton (Ton Roosendaal) 2004/04/22 19:46:07 CEST

  Modified files:
    blender/source/blender/src interface.c 
  
  Log:
  Fix for CTRL+drag on sliders and number buttons.
  The code wasn't correct at all (for ages!). Rule now again is:
  
  Button range 0.0-2.0 : ctrl goes with steps of 0.1, shift+ctrl steps of 0.01
  Button range 2.0-20.0: ctrl goes with steps of 1.0, shift+ctrl steps of 0.1
  Button range larger: ctrl goes with steps of 10.0
  
  Revision  Changes    Path
  1.116     +16 -9     blender/source/blender/src/interface.c



More information about the Bf-blender-cvs mailing list