Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_fluid.c
| Context not available. | |||||
| RNA_def_property_range(prop, 0.001, 1.0); | RNA_def_property_range(prop, 0.001, 1.0); | ||||
| RNA_def_property_ui_range(prop, 0.01, 1.0, 0.05, -1); | RNA_def_property_ui_range(prop, 0.01, 1.0, 0.05, -1); | ||||
| RNA_def_property_ui_text(prop, | RNA_def_property_ui_text(prop, | ||||
| "Obstacle-Fluid Threshold ", | "Obstacle-Fluid Threshold", | ||||
| "Determines how much fluid is allowed in an obstacle cell " | "Determines how much fluid is allowed in an obstacle cell " | ||||
| "(higher values will tag a boundary cell as an obstacle easier " | "(higher values will tag a boundary cell as an obstacle easier " | ||||
| "and reduce the boundary smoothening effect)"); | "and reduce the boundary smoothening effect)"); | ||||
| Context not available. | |||||