Labelling fix

This commit is contained in:
Matt Ebb
2011-04-10 07:05:22 +00:00
parent 74f3d03969
commit 3815017c95

View File

@@ -755,7 +755,7 @@ class MATERIAL_PT_shadow(MaterialButtonsPanel, bpy.types.Panel):
if simple_material(base_mat):
col.prop(mat, "use_cast_shadows_only", text="Cast Only")
col.prop(mat, "shadow_cast_alpha", text="Casting Alpha")
col.prop(mat, "use_only_shadow", text="ShadowsOnly")
col.prop(mat, "use_only_shadow", text="Shadows Only")
sub = col.column()
sub.active = mat.use_only_shadow
sub.prop(mat, "shadow_only_type", text="")