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:
authorCampbell Barton <ideasman42@gmail.com>2011-12-06 02:19:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-06 02:19:30 +0400
commitb44c82b4fdf4db3ce9935d46bc6feeab6319a104 (patch)
tree7ed321f7f348e1834e59ae14845abcfb2d56f0a1 /intern
parent63ad25c30ddca609d39e3ae6288cdddeed7fb918 (diff)
remove invalid NULL checks from own recent commit and minor pep8 edits.
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 d23347b937d..d631158f5eb 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -725,6 +725,7 @@ def draw_device(self, context):
if experimental and cscene.device == 'CPU' and engine.with_osl():
layout.prop(cscene, "shading_system")
+
def draw_pause(self, context):
layout = self.layout
scene = context.scene