accessing render as custom button

richjo100 wrote on 9/3/2004, 3:12 AM
Hello all,
I am rendering to AVI (PAL_DV) and under the custom button, video tab there is an option for interleaving. By default my interleave every frame is not checked.
I have a script that renders to AVI and want to add to it the option of setting this check box. Is this possible? I am sure I have read on this forum that you cannot acess the option under the custom button. is this correct?
Thanks in advance
Richard

Comments

jetdv wrote on 9/3/2004, 6:32 AM
Via scripts, you can acces the checkboxes on the main render as screen but you cannot currently access anything under the "Custom" button.
richjo100 wrote on 9/3/2004, 7:30 AM
Hi Jetdv
thanks for the reply.
how can I access the values of the check boxes on teh screen.
I want to ensure that "save proj markers in video file" is unchecked
Richard
jetdv wrote on 9/3/2004, 7:44 AM
I've added a new example under the "Common Routines" section here that illustrates how to set this.
richjo100 wrote on 9/3/2004, 8:20 AM
Thanks for your help jetdv!