diff --git a/release/scripts/ui/properties_material.py b/release/scripts/ui/properties_material.py index f80494a9d40..a7d9af9999d 100644 --- a/release/scripts/ui/properties_material.py +++ b/release/scripts/ui/properties_material.py @@ -570,10 +570,11 @@ class MATERIAL_PT_mirror(MaterialButtonsPanel): col = split.column() col.separator() - col.prop(raym, "distance", text="Max Dist") col.prop(raym, "depth") + col.prop(raym, "distance", text="Max Dist") col.separator() sub = col.split(percentage=0.4) + sub.active = raym.distance > 0.0 sub.label(text="Fade To:") sub.prop(raym, "fade_to", text="")