Blender Git Commit Log
Git Commits -> Revision e1e7b6d
Revision e1e7b6d by Campbell Barton (master) October 21, 2017, 05:39 (GMT) |
WM: Initial Tool System The tool-system it's self is primitive and may be changed. Adding to 2.8 to develop operators and manipulators as tools. Currently this is exposed in the toolbar, collapsed by default. Work-flow remains unchanged if you don't change the active tool. Placing the 3D cursor is now a Click instead of a Press event, this allows tweak events to be mapped to tools such as border select, keeping click for 3D cursor placement when selection tools are set. |
Commit Details:
Full Hash: e1e7b6db2e01d8ea2219d410200a8856d4597222
Parent Commit: b66728d
Lines Changed: +383, -2
2 Added Paths:
/release/scripts/startup/bl_ui/space_toolsystem_common.py (+127, -0) (View)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+134, -0) (View)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+134, -0) (View)
6 Modified Paths:
/release/scripts/startup/bl_ui/__init__.py (+6, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+1, -1) (Diff)
/source/blender/makesdna/dna_workspace_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_workspace.c (+10, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+34, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+58, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+1, -1) (Diff)
/source/blender/makesdna/dna_workspace_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_workspace.c (+10, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+34, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+58, -0) (Diff)