[Bf-blender-cvs] [a47ade3] master: Cycles: Fix tiny greying out inconsistency for Volume settings.

Thomas Dinges noreply at git.blender.org
Sun May 10 12:59:45 CEST 2015


Commit: a47ade34c22349d31682481b69e9e39b94cc6d0f
Author: Thomas Dinges
Date:   Sun May 10 12:58:27 2015 +0200
Branches: master
https://developer.blender.org/rBa47ade34c22349d31682481b69e9e39b94cc6d0f

Cycles: Fix tiny greying out inconsistency for Volume settings.

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

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

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

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index a1c6de9..b5ce5a4 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -1107,7 +1107,7 @@ class CyclesMaterial_PT_settings(CyclesButtonsPanel, Panel):
         sub = col.column()
         sub.active = use_cpu(context)
         sub.prop(cmat, "volume_sampling", text="")
-        col.prop(cmat, "volume_interpolation", text="")
+        sub.prop(cmat, "volume_interpolation", text="")
         col.prop(cmat, "homogeneous_volume", text="Homogeneous")
 
         layout.separator()




More information about the Bf-blender-cvs mailing list