Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-02 03:56:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-02 03:58:56 +0300
commit86b2f8ef38c0cbcc355f19b49b3f7a085bfda69a (patch)
tree9e4a74a60d7d89e1aa6230df391012473dabef1e /source/blender/makesdna
parent2d6a10615d823d2537eed5a91d3bc24df9aa2106 (diff)
UI: add render output tab to properties editor
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 5f91c8a07cb..43781c47828 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -198,6 +198,7 @@ typedef enum eSpaceButtons_Context {
BCONTEXT_VIEW_LAYER = 13,
BCONTEXT_TOOL = 14,
BCONTEXT_SHADERFX = 15,
+ BCONTEXT_OUTPUT = 16,
/* always as last... */
BCONTEXT_TOT