Fluid: Adjusted viscosity strength step size in UI

Step size was too small.
This commit is contained in:
2021-01-11 12:55:26 +01:00
parent f0ae0f490e
commit fe53b6a7fb

View File

@@ -1943,7 +1943,7 @@ static void rna_def_fluid_domain_settings(BlenderRNA *brna)
prop = RNA_def_property(srna, "viscosity_value", PROP_FLOAT, PROP_NONE);
RNA_def_property_range(prop, 0.0, 10.0);
RNA_def_property_ui_range(prop, 0.0, 5.0, 0.01, 3);
RNA_def_property_ui_range(prop, 0.0, 5.0, 1.0, 3);
RNA_def_property_ui_text(prop,
"Strength",
"Viscosity of liquid (higher values result in more viscous fluids, a "