Blender Git Loki

Git Commits -> Revision d8fe5e0

March 3, 2017, 11:35 (GMT)
Support render layer per workspace

We decided to keep workspace and scene render layer separate for now,
but in future they'll probably be either unified or there are going to
be ways to sync them.

Commit Details:

Full Hash: d8fe5e0ea1809512584c1a50d131c3a5923b1207
Parent Commit: 5941d4e
Lines Changed: +208, -92

25 Modified Paths:

/release/scripts/startup/bl_ui/space_info.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_layer.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_workspace.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/layer.c (+14, -4) (Diff)
/source/blender/blenkernel/intern/workspace.c (+9, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -2) (Diff)
/source/blender/blenloader/intern/readfile.h (+1, -2) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+0, -64) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+63, -1) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/space_action/space_action.c (+5, -1) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+14, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+5, -0) (Diff)
/source/blender/editors/space_image/space_image.c (+8, -2) (Diff)
/source/blender/editors/space_nla/space_nla.c (+5, -0) (Diff)
/source/blender/editors/space_node/space_node.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+5, -0) (Diff)
/source/blender/editors/space_time/space_time.c (+5, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+3, -0) (Diff)
/source/blender/editors/workspace/screen_ops.c (+2, -1) (Diff)
/source/blender/editors/workspace/workspace_edit.c (+35, -8) (Diff)
/source/blender/makesdna/dna_workspace_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+0, -2) (Diff)
/source/blender/makesrna/intern/rna_workspace.c (+23, -3) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+2, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021