R6 Vignette / effect order problem
Posted: Wed Feb 07, 2018 18:15
Hi all,
I am having an issue with the vignette effect / order of effects in R6. The goal is to have a layer with a vignette effect, using image size to set vignette size, not composition size.
In R5 I could set up a layer which contained a series of images with different sizes. On that layer I could then drop a vignette effect, and if I changed the order of effects on the layer, setting vignette to be first and transform second, the vignette would acquire size from the image, so vignette would correctly fadeout the image on all 4 sides (left, top, right, bottom).
If I do this in R6 it doesn't work. The vignette still uses the comp size being 1920x1080 in my case, so the vignette doesn't fade out the left and right side of the image since the image is only 1000px wide.
The point being is, I could set up a layer with vignette and just drop in 50 images and the vignette would work correctly.
Now in R6 I have to drop a vignette on every image separately, and also change the order of effects separately for each image. Also if I later want to change a parameter of vignette, for example size of softness, I now have to change it on all of the 50 images.
I work a lot with images and this really simplified my process of blending them in with videos, so I would be extremely grateful If you could fix this.
Thank you very much!
I am having an issue with the vignette effect / order of effects in R6. The goal is to have a layer with a vignette effect, using image size to set vignette size, not composition size.
In R5 I could set up a layer which contained a series of images with different sizes. On that layer I could then drop a vignette effect, and if I changed the order of effects on the layer, setting vignette to be first and transform second, the vignette would acquire size from the image, so vignette would correctly fadeout the image on all 4 sides (left, top, right, bottom).
If I do this in R6 it doesn't work. The vignette still uses the comp size being 1920x1080 in my case, so the vignette doesn't fade out the left and right side of the image since the image is only 1000px wide.
The point being is, I could set up a layer with vignette and just drop in 50 images and the vignette would work correctly.
Now in R6 I have to drop a vignette on every image separately, and also change the order of effects separately for each image. Also if I later want to change a parameter of vignette, for example size of softness, I now have to change it on all of the 50 images.
I work a lot with images and this really simplified my process of blending them in with videos, so I would be extremely grateful If you could fix this.
Thank you very much!