Blender Git Commit Log

Git Commits -> Revision ef765b3

Revision ef765b3 by Bastien Montagne (master)
October 15, 2013, 13:55 (GMT)
Fix [#37077] User prefs > Input and Outliner Keymaps mismatch in representation.

Remove KeyMap mode from outliner, was an old half-finished features redondant with user preferences settings...

Also moved key map item's "event type to map type" and map type defines at WM level, this is too much generic to be at RNA level.

Also added a check in versionning code to convert all outdated outliner modes to a valid one (seems old 'verse' ones were not handled as well).

Thanks to Brecht for reviews and advices!

Commit Details:

Full Hash: ef765b3606754bd639b48995900d01258c71f002
SVN Revision: 60775
Parent Commit: 23612a8
Lines Changed: +65, -316

11 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+24, -0) (Diff)
/source/blender/editors/animation/keyframing.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -289) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+0, -8) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+0, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+1, -14) (Diff)
/source/blender/windowmanager/intern/wm_keymap.c (+23, -0) (Diff)
/source/blender/windowmanager/WM_keymap.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021