Blender Git Commit Log

Git Commits -> Revision 3400fe3

Revision 3400fe3 by Campbell Barton (master)
March 15, 2019, 03:53 (GMT)
Tool System: split UI label from tool identifiers

Prepare for exposing tool registration to the Python API.

- Generated tools can use their own prefix so naming collisions
won't happen between hard coded & generated tools.
- Add-on authors can use the add-on name as a prefix.

Currently the names match, renaming will happen next.

Commit Details:

Full Hash: 3400fe3ecee99cb6a74455943f2755e6f22ef047
Parent Commit: 388ff00
Lines Changed: +340, -212

14 Modified Paths:

/release/scripts/modules/bl_keymap_utils/keymap_from_toolbar.py (+27, -27) (Diff)
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+2, -2) (Diff)
/release/scripts/startup/bl_operators/wm.py (+8, -8) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_common.py (+59, -51) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+177, -90) (Diff)
/release/scripts/startup/bl_ui/space_topbar.py (+5, -3) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+3, -1) (Diff)
/source/blender/editors/interface/interface_query.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_region_tooltip.c (+49, -19) (Diff)
/source/blender/makesrna/intern/rna_workspace.c (+2, -3) (Diff)
/source/blender/makesrna/intern/rna_workspace_api.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_keymap_utils.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_toolsystem.c (+3, -3) (Diff)
/source/blender/windowmanager/WM_toolsystem.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021