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

Is it possible to automate the inclusion of frames on the iray server?

$
0
0

It is already known that DAZ does not yet support sending animations to the iRay server.

Doing this process manually is extremely exhausting

However I would like to know if it would not be possible to do the automation of this process via IDE Script, something like getting all the frames of the scene, and triggering the add to queue for each one using the repetition structure or something!

Does anyone know if it is possible and how to do this?
I managed to get this far...

var frame_number = 10
for(var i = 0; i <= frame_number; i++){
    //add to queue action
    // wait finish 
    Scene.stepTime(1)
    oTime = Scene.getTime();
    nTime = oTime.valueOf();
    print(nTime);
}




 


Viewing all articles
Browse latest Browse all 1036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>