Blender Git Commit Log
Git Commits -> Revision 0067b49
Revision 0067b49 by Sebastian Koenig (tracking_tools) September 29, 2021, 12:55 (GMT) |
Masking: Add masking tools to image editor Clip and Image editor are using the same masking tools when in MASKEDIT mode. To make that work in the keymap I have set the space_type to 'EMPTY', similar to the annotation tools. This seems to work well, though I am not sure it is the right approach. |
Commit Details:
Full Hash: 0067b49bbf5f02630f014debb904853282f76262
Parent Commit: 9435287
Lines Changed: +37, -38
5 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+6, -15) (Diff)
/release/scripts/startup/bl_operators/mask.py (+5, -2) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+17, -3) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+7, -18) (Diff)
/source/blender/windowmanager/intern/wm_toolsystem.c (+2, -0) (Diff)
/release/scripts/startup/bl_operators/mask.py (+5, -2) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+17, -3) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+7, -18) (Diff)
/source/blender/windowmanager/intern/wm_toolsystem.c (+2, -0) (Diff)