[Bf-blender-cvs] [c9efcc5] master: Cycles: Remove device settings from performance tab

Lukas Stockner noreply at git.blender.org
Mon Nov 7 13:24:16 CET 2016


Commit: c9efcc5e4a43c48f760b06f7d7d2d634a3053c09
Author: Lukas Stockner
Date:   Mon Nov 7 13:22:53 2016 +0100
Branches: master
https://developer.blender.org/rBc9efcc5e4a43c48f760b06f7d7d2d634a3053c09

Cycles: Remove device settings from performance tab

This was included in the commit by accident, it doesn't belong there.

===================================================================

M	intern/cycles/blender/addon/ui.py

===================================================================

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index d9ad7d9..f28fa0d 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)




More information about the Bf-blender-cvs mailing list