VGriffith
April 4, 2022 21:56:19
I am rendering an equirectangular image and I am using the bloom effect but at the seams of the equirectangular the seams do not match up on both ends because the bloom isn't accounting for a seamless image. Is there a way to fix this issue at render?
mestela
April 4, 2022 23:30:39
Probably not built into redshift without asking support.
You could use the cops version of it on your finished clean frames, and treat it the way people would make seamless textures in photoshop, ie something like
-in cops, define a soft mask for the edges of your image
-bloom your clean render
-in a branch, slide your clean render over so that the seam is in the center of the frame
-bloom that
-invert the slide
-mix both bloomed images using the soft mask
VGriffith
April 5, 2022 00:19:30
Yeah doing that is fine, just was wanting to use the bloom from Redshift if I could. Thanks for your reply, will probably end up doing that.