Blender Git Loki
Git Commits -> Revision f14c7a7
Revision f14c7a7 by Dalai Felinto September 8, 2017, 21:43 (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: f14c7a74057819f3c80acba2480a7135b838fe60
Parent Commit: 60081b0
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)