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
path: root/intern
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 /intern
parent2d6a10615d823d2537eed5a91d3bc24df9aa2106 (diff)
UI: add render output tab to properties editor
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index d1778c7ecd3..9f7230e0a53 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -990,6 +990,7 @@ class CYCLES_RENDER_PT_denoising(CyclesButtonsPanel, Panel):
class CYCLES_PT_post_processing(CyclesButtonsPanel, Panel):
bl_label = "Post Processing"
bl_options = {'DEFAULT_CLOSED'}
+ bl_context = "output"
def draw(self, context):
layout = self.layout