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

Ton Roosendaal ton at blender.org
Mon Oct 6 16:16:33 CEST 2003


ton (Ton Roosendaal) 2003/10/06 16:16:32 CEST

  Modified files:
    blender/source/blender/src editscreen.c interface.c 
  
  Log:
  - fixed error (OSX only i think) that didnt make window/area active when
    startup
  - made nexted pulldowns easier to enter with diagonal mousemovement.
    coded a heuristic like:
    - while mouse moves in good x direction
    - while mouse motion x is bigger than y motion
    - while distance to center block diminishes
    - only for 1 second
    Works nice, but i left debug prints commented in for those who'd like
    to tweak it.
  
  Revision  Changes    Path
  1.27      +6 -4      blender/source/blender/src/editscreen.c
  1.34      +96 -8     blender/source/blender/src/interface.c



More information about the Bf-blender-cvs mailing list