I loaded a saved upr after changing a formula. I got the unhelpful message
Could not locate parameter 'which' in 'GenericGradientColoring' in 'Documents\Ultra Fractal 6\Formulas\Standard.ucl'
The missing parameter actually was in 'Shape Distance' in jlb.ulb. The chain is
Standard.ucl has GenericGradientColoring
jlb.ulb has Color by Distance, a sub-class of GenericGradientColoring
jlb.ulb has Shape Distance, a sub-class of Distance, which is a class in jlb.ulb.
The error message refers to a class two steps removed from the class that has the error.
I loaded a saved upr after changing a formula. I got the unhelpful message
Could not locate parameter 'which' in 'GenericGradientColoring' in 'Documents\Ultra Fractal 6\Formulas\Standard.ucl'
The missing parameter actually was in 'Shape Distance' in jlb.ulb. The chain is
Standard.ucl has GenericGradientColoring
jlb.ulb has Color by Distance, a sub-class of GenericGradientColoring
jlb.ulb has Shape Distance, a sub-class of Distance, which is a class in jlb.ulb.
The error message refers to a class two steps removed from the class that has the error.
edited Aug 10 at 9:36 pm