UI: Clarify Liquid Diffusion/Viscosity Properties #116118

Merged
Aaron Carlisle merged 2 commits from tmp-ui-fluid-diffusion into main 2024-01-12 16:55:14 +01:00

2 Commits

Author SHA1 Message Date
Aaron Carlisle ff94a1254d Merge branch 'main' into tmp-ui-fluid-diffusion 2024-01-12 16:54:20 +01:00
Aaron Carlisle 0c4b04f4bd UI: Clarify Liquid Diffusion/Viscosity Properties
The viscosity panel was confusing for users because viscosity
is defined by the base and exponent properties in the Diffusion panel.

What this setting actually does is use a special solver algorithm that is designed for high viscosity liquids.
See 635694c0ff for details.

The below changes are designed to better represent this to the user.

- Move the "Viscosity" Panel to a sub panel of "Diffusion"
- Rename "Viscosity" to "High Viscosity Solver" to better represent what this property does
- Update `use_viscosity` tooltip to better explain that this uses a different solver algorithm.
2023-12-13 02:18:30 +01:00