Skip to content

(Port) Issue #6683: Set turbulence max-value to 7 per GEGL specs

Nikc requested to merge (removed):foggiy-fix-port into master

Porting fix from 2c2a9013 to the master branch per @Wormnest. Original notes below:

Resolves issue #6683 (closed) with foggify crashing for turbulence values larger than 7.0. Per the GEGL specifications for plasma (https://gegl.org/operations/gegl-plasma.html) which foggify uses, the maximum turbulence value should be 7.0, not 10.0. The UI limit is capped at 7.0 as a result.

Edited by Nikc

Merge request reports