Is it somehow possible to add the VRaySky to a Light Select render element so I get a separate render of just the sky?
If I add the VRaySky node, I get a black render. If I add sun + sky, only the sun shows up in the render element.
I used this MEL command to add the sky node to the render element.
Cheers, Florian
If I add the VRaySky node, I get a black render. If I add sun + sky, only the sun shows up in the render element.
I used this MEL command to add the sky node to the render element.
Code:
sets -edit -forceElement vrayRE_Light_Select VRaySky1;
Comment