Blender Git Commit Log
Git Commits -> Revision c47c647
Revision c47c647 by Dalai Felinto (temp-workspace-changes) September 14, 2017, 09:42 (GMT) |
Properties Editor: Add Workspace and organize context path We now have the properties of: Scene, Scene > Layer, Scene > World, Workspace [Scene | Workspace] > Render Layer > Object [Scene | Workspace] > Render Layer > Object > Data (...) We use Scene or Workspace depending on workspace.use_scene_settings. Also, we no longer expose the object in the collection context. Since this should go away (and at the very least we should get the mode from the workspace). |
Commit Details:
Full Hash: c47c64734e7a2e4732ba7342ac598e02b9f5dde9
Parent Commit: f20a08e
Lines Changed: +169, -61
1 Added Path:
/release/scripts/startup/bl_ui/properties_data_workspace.py (+77, -0) (View)
5 Modified Paths:
/release/scripts/startup/bl_ui/__init__.py (+1, -0) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+75, -53) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+4, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+9, -4) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+75, -53) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+4, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+9, -4) (Diff)