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

Ton Roosendaal ton at blender.org
Fri Nov 21 14:14:51 CET 2003


ton (Ton Roosendaal) 2003/11/21 14:14:51 CET

  Modified files:
    blender/source/blender/src interface.c toolbox.c 
  
  Log:
  - Fix: the MKEY 'movetolayer' option doesnt close anymore on numeric
    input. Somewhere in end  NaN period this was changed... weird.
  
    Now you can set layers with numeric buttons, including using ALT for
    numbers larger than 10, and using SHIFT for extend-select buttons.
  
    for the UI diehards who like to know; when you create a menu block, you
    can provide two flags to control behaviour on keyboard input:
    UI_BLOCK_RET_1  == return on any keypress (not mouse)
    UI_BLOCK_ENTER_OK  == return on Enter key
  
    this was not correct in the doc/interface_API.txt , which will be fixed.
  
  Revision  Changes    Path
  1.92      +8 -4      blender/source/blender/src/interface.c
  1.31      +2 -2      blender/source/blender/src/toolbox.c



More information about the Bf-blender-cvs mailing list