Maybe hard limmit is good enough. Removing soft limmit for sky turbidity

This commit is contained in:
Daniel Salazar
2012-10-17 20:06:58 +00:00
parent f732cc53d9
commit 431caff869

View File

@@ -1463,7 +1463,6 @@ static void def_sh_tex_sky(StructRNA *srna)
prop = RNA_def_property(srna, "turbidity", PROP_FLOAT, PROP_NONE);
RNA_def_property_range(prop, 1.0f, 30.0f);
RNA_def_property_ui_range(prop, 2.0f, 10.0f, 1, 2);
RNA_def_property_ui_text(prop, "Turbidity", "Atmospheric turbidity");
RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_update");
}