Blender Git Commit Log

Git Commits -> Revision 78218d8

Revision 78218d8 by Ton Roosendaal (master)
November 29, 2008, 15:10 (GMT)
2.5: work on bringing back SpaceTime options

- RMB select, also with SHIFT
- RMB tweak for translate
- SHIFT+D dupli
- BKEY border select/deselect
- AKEY (de)select all
- XKEY delete
- GKEY grab

Added some XXX comments for future todos, especially for when other
spaces come back with time markers.

Also added ED_util for putting in all to-be-cleaned cruft

Context conflict: input methods for Markers can conflict with other
spacetypes. It was solved in pre-2.5 with manually tweaking it all over,
but I would prefer one keymap for all marker stuff. Needs some thinking...
could be solved with a boundbox check for bottom part of 2d window.

Tweak issue: both tweak styles are possible:
- Hold mouse button, move, operator ends on mouse release
- Hold mouse button, move, operator ends on mouse click

Problem is that modally handled operators use fixed keymaps... like ESC,
SPACE, ENTER, or press/release mousebutton for 'assign'. There's a lot
to say for making this all consistant, or become part of 1 general keymap?
Should also be possibe to define 'tweak' defaults for Tablet different
than for mouse...



Commit Details:

Full Hash: 78218d89d68861cf96884ce6553ea587b4f6eeb4
SVN Revision: 17620
Parent Commit: f07f6f6
Lines Changed: +883, -61

4 Added Paths:

/source/blender/editors/include/ED_util.h (+34, -0) (View)
/source/blender/editors/util/ed_util.c (+68, -0) (View)
/source/blender/editors/util/Makefile (+54, -0)
/source/blender/editors/util/SConscript (+10, -0) (View)

15 Modified Paths:

/source/blender/editors/include/ED_markers.h (+2, -5) (Diff)
/source/blender/editors/include/ED_mesh.h (+3, -3) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/Makefile (+1, -1) (Diff)
/source/blender/editors/SConscript (+1, -0) (Diff)
/source/blender/editors/screen/area.c (+12, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+8, -10) (Diff)
/source/blender/editors/space_time/ed_markers.c (+650, -29) (Diff)
/source/blender/editors/space_time/time_ops.c (+12, -3) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+2, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+15, -4) (Diff)
/source/blender/windowmanager/wm_event_types.h (+6, -2) (Diff)
/source/Makefile (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021