[Bf-blender-cvs] [fd559ed] master: Missed this last commit.

Antony Riakiotakis noreply at git.blender.org
Thu Mar 19 21:10:58 CET 2015


Commit: fd559ed94f7ff522e2657cdc7e7153740c480659
Author: Antony Riakiotakis
Date:   Thu Mar 19 21:10:05 2015 +0100
Branches: master
https://developer.blender.org/rBfd559ed94f7ff522e2657cdc7e7153740c480659

Missed this last commit.

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

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

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

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 6b7e033..1097b79 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -457,8 +457,8 @@ class CyclesCamera_PT_dof(CyclesButtonsPanel, Panel):
         sub.active = cam.dof_object is None
         sub.prop(cam, "dof_distance", text="Distance")
         col.prop(dof_options, "fstop")
-        col.prop(dof_options, "high_quality")
-        if dof_options.high_quality:
+        col.prop(dof_options, "use_high_quality")
+        if dof_options.use_high_quality:
             col.prop(dof_options, "blades")
  
         col = split.column()




More information about the Bf-blender-cvs mailing list