Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 26 1:43 pm)
Yes the method is poser.Scene().SetCurrentRenderEngine(x) with x being an integer that decides which renderer to use (See excerpt from manual below). Following that poser.Scene().Render() will render. Following that the saving of the render in any file format is also possible, but I don't have the function handy off the top of my head. I used to write scripts that would automate rendering and saving for various reasons, such as preparing thumbnails for hundreds of library materials.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
Many thanks for the help, bagginsbill. For those wanting to access the PoserPython manual quoted, I see that access to it is built right into the Help menu inside Poser 11.
I'm now thinking that a more general Macro Recorder and Player could be made in Python, for use in automating all aspects of Poser. Something that would run like Photoshop's Actions, and thus be even more widely useful for users beyond just multi-pass rendering.
The Python Software Foundation appears to have free code for that, in their PyAutoGUI module which is a free... "cross-platform module for GUI automation for human beings. Control the keyboard and mouse from a Python script."
In terms of having such a useful "PyAutoGUI for Poser" tool made and extended to handle PoserPython, perhaps this is something that the community might crowd-fund for. I'd certainly chip in $10 for that, to have something like Photoshop's Actions up-and-running in Poser 11.
In the meantime I'm now looking into more general Windows software automation tools, for recording and playing back actions on any type of software. Not ideal, but it appears that it would do the job. On a first 30 minute hunt, it appears that Jitbit Macro Recorder and Quick Macros are the top dogs, with both also able to output .exe files to share recorded actions. WinParrot 2.x appears to be the freeware pick.
Learn the Secrets of Poser 11 and Line-art Filters.
This 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.
Can complex multi-pass rendering be automated in Poser 11 Pro? For example, from a single static scene, automatically...
And ideally the ability to store that batch as a single preset, so that it can be run again and again on other scenes.
I can find multipass scripts on sale that offer to make multiple render from different cameras, and from different lights in a scene. But all are Firefly only, and there's no mention of an ability to also do Preview or Sketch renders.
I'm thinking that the Poser Python scripting might be able to do this?
Or perhaps I'm missing something obvious - and it's possible to set a new render state for each camera type in a scene (Aux, Posing, etc)?
Learn the Secrets of Poser 11 and Line-art Filters.