Artistic Post-Process Pacl - Q'n'A post

Hello there,

There might be a problem with post-process effects due to their rendering nature - all the effects in the pack are working in the rectangular Screen Space, where pixel coordinates are expected to be in the 0..1 range, similar size and distance. However, panoramic render uses spherical space, where texel size is not stable and decreases closer to the 1;-1 values by Y axis. Because of that UE might disable PostProcess effect to avoid visual glitches (my effects will cause it for sure in the sphere rendering). There are different workarounds like using 6-side cube render or force PostProcess application regardless of the different UV inputs, but I’m not sure what can be best for you - it highly depends on your targets and desired final look of the render.

Hi everyone! Good news - update 1.3 is just released within significant changes for 3 effects. Check the changelist below:

v1.3 - UE 5.2-5.7

Watercolor (+2 parameters)

  • Changed watercolor texture overlay method for a more physically realistic rendering

  • Fixed bug with missing paper texture on a sky

Cartoon (+6 parameters)

  • Fixed bug with incorrect colors in Subsurface material domain

  • Fixed bug with missing sky in the processed image

  • Changed lightmap extraction method for more accurate rendering

  • Added lightmap simplification for the better light/shadow edge calculation (Enhanced Effect, LightMap Blur Radius, LightMap Blur Quality)

  • Added switchers for the scene and sky box - now effect can be disabled separately (Scene tone, Sky Tone).

  • Added Sky Sphere Radius parameter to adjust effect areas edge from the Material Instance

  • Removed unused code

Comicbook (+2 parameters)

  • Added opacity parameters for both patterns (Lines Pattern Opacity; Dots Pattern Opacity)

Overall

  • Checked compatibility on different engine versions and with different rendering pipelines and shader models

And we have even more. For the current 1.3 version we can confirm full compatibility of all our effects according to the table below:

As you may see, there is a problem with Forward Shading - shaders are not compiling on this pipeline, which affects ES3.1 Shader Model as well. All of that means that currently our shaders are not available for the applications developed for the standalone VR (Meta Quest), mobile devices and even some projects for the Nintendo Switch. However, I’m happy to say that we already found a way how to resolve this issue, and next update 1.4 will be completely about enabling compatibility with Forward Shading pipeline.

Hey man, I’m super sorry for the delay, but update you asked for finally arrived - check previous message with the v1.3 update changelog. You can download latest version of the Comicbook effect and find opacity options added there in the Shadows and Hightlight sections.