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:
authorLukas Stockner <lukas.stockner@freenet.de>2016-11-07 15:22:53 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2016-11-07 15:22:53 +0300
commitc9efcc5e4a43c48f760b06f7d7d2d634a3053c09 (patch)
tree3ad9d43f9f1e40cd2fe7ef44d3290638fb2e070f
parent1d01a1a269cba6decf6286faa7a55fadf178eafe (diff)
Cycles: Remove device settings from performance tab
This was included in the commit by accident, it doesn't belong there.
-rw-r--r--intern/cycles/blender/addon/ui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index d9ad7d967a6..f28fa0d52ba 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -372,8 +372,6 @@ class CyclesRender_PT_performance(CyclesButtonsPanel, Panel):
rd = scene.render
cscene = scene.cycles
- context.user_preferences.addons['cycles'].preferences.draw_impl(layout, context)
-
split = layout.split()
col = split.column(align=True)