-
Make a function to add in the render queue with own specifications.
Hi,
im actually doing a button to make a function, to add a specific comp to the render queue, but with own specifications, something like AppleProRes codec, Unmatted, Alpha and with another button specify the output path.this is what i have actually:
btn.onClick = function()
{
//here the code to add the specific comp to render queue with my configuration
}