How to add to render queue via python scripts?

How to add to render queue via python scripts?

enrique_dcosta
Explorer Explorer
351 Views
1 Reply
Message 1 of 2

How to add to render queue via python scripts?

enrique_dcosta
Explorer
Explorer

I have been trying to automate the task to add to the render queue via Python scripts and came across the addPreset() and applyPreset() functions, which don't seem to execute as expected. The strange thing is that all the jobs in the render queue can be executed using the runAllRenderJobs() command. Is there a way to add a job to render a queue or something that I can explore?

P.S. I am new to the software.

0 Likes
352 Views
1 Reply
Reply (1)
Message 2 of 2

andreasK3K4G
Enthusiast
Enthusiast

Hi,

dont know if you need the render queue, or maybe the sequencer? What do you want to do?

With the render queue there is no way (for now).

With the sequencer you can generate a string in pyhton with all you need. "jump viewpoint etc." export this as xml and import this to the sequencer.  Just create a sequence by hand, go to File->Export Scene data->sequences to see the structure of the xml.

See here:

https://help.autodesk.com/view/VREDPRODUCTS/2025/ENU/?guid=VRED_Python_Documentation_Python_API_V1_v...

0 Likes