Cycles: Fix tiny greying out inconsistency for Volume settings.

This commit is contained in:
Thomas Dinges 2015-05-10 12:58:27 +02:00
parent e8be170e79
commit a47ade34c2
1 changed files with 1 additions and 1 deletions

View File

@ -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()