Blender Git Commit Log
Git Commits -> Revision 6fdea0f
Revision 6fdea0f by Ton Roosendaal (master) June 19, 2004, 12:25 (GMT) |
Popular request: the floating panels (NKEY) now close on a 2nd NKEY command. This for all current NKEY menus by default. Can be standard for each hotkey controlled Panel from now on; use toggle_blockhandler() for it. Another popular request: hotkey enabled Panels now optionally reopen on the previous location, instead of under mouse. This option "Pinned" is a user option now. Optional for later; have it as per-panel option... dunno! The last request, close on mouse-exit, won't be implemented, this intrudes with Panel consistancy, and is pretty OK solved with NKEY-NKEY now. |
Commit Details:
Full Hash: 6fdea0ffe70dd0c0b4e82140316037e57b0b527a
SVN Revision: 2688
Parent Commit: 8617ce5
Lines Changed: +38, -11
6 Modified Paths:
/source/blender/include/BIF_space.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/src/editnla.c (+1, -1) (Diff)
/source/blender/src/header_seq.c (+1, -1) (Diff)
/source/blender/src/interface_panel.c (+3, -1) (Diff)
/source/blender/src/space.c (+31, -8) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/src/editnla.c (+1, -1) (Diff)
/source/blender/src/header_seq.c (+1, -1) (Diff)
/source/blender/src/interface_panel.c (+3, -1) (Diff)
/source/blender/src/space.c (+31, -8) (Diff)