Render Settings Videopost
-
Hello.
I'm working on a plugin that on input from user is meant to update parameters inside of Render Settings. For the ease of the user I want to be able to set to active the "Output" videopost if it isn't already selected. Is this possible to do via code in any way?
I've looked at the forums and I haven't seen any post dealing with this issue specifically.
Any help would be greatly appreciated.
John Thomas
-
Hey @JohnThomas,
Thank you for reaching out to us. Doing that is unfortunately not possible because not everything on that list is a video post, e.g., the output tab. This list therefore does not respect
BIT_ACTIVE
, all you can do is set the check mark, see here.Cheers,
Ferdinand -
@ferdinand
Thanks for the response, I figured that would be the case.John Thomas