Home Artists Posts Import Register

Content

Hey guys!

First thing! Tomorrow I will close the centaur type survey. Anyone who has not yet voted please do so. https://www.patreon.com/posts/53654054

LiT7 The current render status is 1181 frames out of 7318. I counted a little. It would take 7.5 days to render if it went continuously from 0-24 hours. Unfortunately, I can't do this because it's not one project file. And I have to start it all manually from the command line. Of course, I'm in front of the machine on weekdays, during the day and supervising, but I can't do that at night and on weekends. The point is, it’s not realistic to have this done this week. But I keep signaling progress. We'll see.

Comments

David Schumerth

Write a batch file to call each part. Unless you are doing some type of verification outside of a command prompt, then a batch file could automate the process.

David Schumerth

Batch is a windows scripting language. If you are using a cmd prompt in windows, whatever you typed there would go into a .bat file. You would run the .bat file and the CMD prompt would iterate through all of the lines until it reached the end of the file. You can do the same thing with python and would have better resources.