Quantcast
Channel: Daz Script Developer Discussion - Daz 3D Forums
Viewing all articles
Browse latest Browse all 1067

A Simple Render Queue Script

$
0
0

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.duf
C:\scene_2.duf
C:\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

 


Viewing all articles
Browse latest Browse all 1067

Trending Articles