Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 04 12:42 pm)
I thought you was supposed to save the render. I know next to nothing about Python so I don't know if you can make it "invent" a filename. But just close it without saving? I don't see why you would want that?
FREEBIES! | My Gallery | My Store | My FB | Tumblr |
You just can't put the words "Poserites" and "happy" in the same sentence - didn't you know that? LaurieA
Using Poser since 2002. Currently at Version 11.1 - Win 10.
In general: if you can do something by Poser menu commands, or by adjusting a parameter, then you can also do it in Poser Python. If you have to use an operating system command (like closing a window) or some other method outside the Poser menu, then Python won't be able to do it either. There are exceptions, but this case is not an exception....
My python page
My ShareCG freebies
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.
Hi , I make some general script for batch rendering complex scenes ( voluminous scenes) , have no big problems with poser/python, but a little one , How to close the window after render in newwindow : # Rendering in new window : scene.RenderToNewWindow() //OK scene.Render() //OK But i cant close this creadted window ! Thanks much for any help on this subject!