Blender Git Commit Log
Git Commits -> Revision 7b8db97
Revision 7b8db97 by Valentin Fuhrer (master) March 2, 2020, 15:07 (GMT) |
Cleanup: Use generics properties for arrow keys navigation (walk-select) This patch refactors arrow keys navigation to move properties and enum to generic ED_select_utils.h and property to WM_operator_properties_select_walk_direction() No functional change Reviewed By: Julian Eisel Differential Revision: https://developer.blender.org/D4771 |
Commit Details:
Full Hash: 7b8db971d42f6d6b7b1c74959758266ce8c859e0
Parent Commit: 51bce18
Committed By: Julian Eisel
Lines Changed: +43, -58
7 Modified Paths:
/source/blender/editors/include/ED_select_utils.h (+7, -0) (Diff)
/source/blender/editors/space_file/file_intern.h (+0, -7) (Diff)
/source/blender/editors/space_file/file_ops.c (+11, -24) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+0, -8) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+5, -19) (Diff)
/source/blender/windowmanager/intern/wm_operator_props.c (+19, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_intern.h (+0, -7) (Diff)
/source/blender/editors/space_file/file_ops.c (+11, -24) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+0, -8) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+5, -19) (Diff)
/source/blender/windowmanager/intern/wm_operator_props.c (+19, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)