Blender Git Commit Log
Git Commits -> Revision 9f78f47
Revision 9f78f47 by Brecht Van Lommel (master) August 30, 2018, 14:10 (GMT) |
Workspaces: switch object mode when switching workspaces. In the workspace properties a mode can now be configured that is automatically enabled when switching to the workspace. This is a test to validate how well it works. The weak point is that if you don't have an appropriate object already select it will not switch modes. See T56475. |
Commit Details:
Full Hash: 9f78f471d7aeacd357349f0eb4b8f8bbc01db756
Parent Commit: df8a7ec
Lines Changed: +177, -130
1 Added Path:
/release/scripts/startup/bl_ui/properties_workspace.py (+116, -0) (View)
1 Deleted Path:
/release/scripts/startup/bl_ui/properties_data_workspace.py (+0, -112)
7 Modified Paths:
/release/scripts/startup/bl_ui/__init__.py (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+20, -0) (Diff)
/source/blender/editors/screen/workspace_edit.c (+17, -12) (Diff)
/source/blender/makesdna/dna_workspace_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_workspace.c (+2, -4) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+20, -0) (Diff)
/source/blender/editors/screen/workspace_edit.c (+17, -12) (Diff)
/source/blender/makesdna/dna_workspace_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_workspace.c (+2, -4) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)