smschafer opened this issue on Mar 14, 2005 ยท 7 posts
smschafer posted Mon, 14 March 2005 at 1:49 PM
I'm trying to automate rendering a handful of Poser files but have run into a problem... A few of the files have missing resources and the automation stops the rendering process, prompting the user to find the missing resource. Is there anyway in PoserPython to automatically Cancel these prompts or set "Don't continue to look for missing resources?" (Yeah, I know the right answer is to fix the files... :) ) Thanks in advance. -Steve
PoseWorks posted Tue, 15 March 2005 at 1:02 AM
Nope; you're going to have to fix the refs (or just delete them).
smschafer posted Tue, 15 March 2005 at 12:10 PM
Yeah, that's what I thought. There's only a few, but when batch rendering it was a pain. Thanks for the reply! Incidently, I wrote a batch renderer script because I didn't see anything like it (not counting batchgen)--that is, a script to recurse through a directory structure rendering samples for each Poser file found. I've found that I don't always save WIP under a suitable name or in a suitable location and often forget about projects I was playing with. The script helped me remember what that "untitled1.pz3" file (and the like) contained. :) Does such a script (batch rendering, again not as complex/full-blown as batchgen) exist and I just missed it, or would making my script available be of use to others? -Steve
underdog posted Wed, 30 March 2005 at 8:49 PM
Attached Link: http://www.fantasy3d.com/pfiles/uload_register.php
I would love to have your batch rendering script. Please make it available. If you want to post it on my new python script repository, I would be honored. ===Underdog===smschafer posted Tue, 05 April 2005 at 2:27 AM
Sorry, I've been tied up with other stuff. I'll finish the script and get it uploaded ASAP. -Steve
smschafer posted Tue, 19 April 2005 at 1:20 PM
Attached Link: http://www.fantasy3d.com/pfiles/uload/listing.php?cat=Automation
Simple thumbnail generation script. Renders all Poser files in a given dir (and subdirs). Uploaded to Underdog's script repository (see link). If someone is inclined to show me how to properly work with TKInter, I'll add an appropriate front-end for the script. (Can't quite get the hang of creation/destruction.) Enjoy. -Steveunderdog posted Tue, 19 April 2005 at 4:16 PM
Thanks for the upload, Steve!