Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2025 Feb 05 6:41 am)
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...
Is it possible to get the Preview window size ?
When using:
(x, y) = poser.Scene().OutputRes()
you get the render dimension. But if the user is not using "custom render dimension"; but the preview document size as the render dimension, the render dimesnion that you get with the above function will be wrong !
Thanks !