BrushCue 1.2.0 Release Notes
BrushCue 1.2.0 is now available with a host of performance improvements and consolidated operations.
Changelog
Engine Changes
- Blends no longer clip to the background. You may need to add a crop to regain previous functionality.
- CompositionPainter will scale will preserving lines.
Operation Changes
We have removed the following operations for BrushCue as they were duplicated by other existing operations.
- Removed
CompositionBoxBlurWithOkLab. UseCompositionBoxBlurinstead. - Removed
CompositionGaussianBlurWithOkLab. UseCompositionGaussianBlurinstead. - Removed
CompositionUniformLightness. UseCompositionCustomTransformerShaderwith OkLab input and output color spaces instead. - Removed
CompositionBlendWithFactorfrom Monet. UseCompositionBlendAlphawithCompositionLinearTransformto change the foreground alpha instead. - Removed
CompositionCategoryExtract, UseCompositionCustomTransformerShaderto extract categories instead.