Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
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
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===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. -SteveThis site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
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