A Simple Render Queue Script

oppai-manoppai-man Posts: 56

Hello, people!

I have enough background in programming (C, C#, Python, ActionScript, Haskell, Go, Fortran, Assembly MIPS, Prolog...) and I want to make a script or plugin that is quite similar to a Render Queue, but one that requires the least human input.

 

This is the plan:

   1. I have a .txt file with the path to the scenes like this:

 

C:\scene_1.dufC:\scene_2.dufC:\scene_3.duf

 

   2. The script will locate and open this file

    3. Open the scene from the first line and remove it from the .txt

    4. Render the scene

    5. Store the render png or jpg in a specific folder

    6. Repeat steps 3 to 5 until the .txt file is empty.

 

I believe it's doable because there are a few other plugins in the Daz Store that do this (except they require human input to generate the render queue).

The .txt file is already being generated by a Python script that I already have.

 

Thanks in Advance,

Oppai-Man

 

Post edited by oppai-man on

Comments

Sign In or Register to comment.