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:
authorAntony Riakiotakis <kalast@gmail.com>2015-03-19 22:48:43 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-03-19 22:49:18 +0300
commitea12b87afdb3c57bba2dbf8ba6bf457f83dc8dd0 (patch)
treee7d81295c325e544c9fd2dbc2398dc2af0b5fdcc /intern/cycles/blender/addon/ui.py
parent81472aff2be5a8059e046436b4d1810659032716 (diff)
Fix cycles dof settings
Diffstat (limited to 'intern/cycles/blender/addon/ui.py')
-rw-r--r--intern/cycles/blender/addon/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index b0337a69e7d..6b7e03320bc 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -459,7 +459,7 @@ class CyclesCamera_PT_dof(CyclesButtonsPanel, Panel):
col.prop(dof_options, "fstop")
col.prop(dof_options, "high_quality")
if dof_options.high_quality:
- col.prop(dof_options, "num_blades")
+ col.prop(dof_options, "blades")
col = split.column()