Thu, Nov 28, 3:22 PM CST

Renderosity Forums / Poser Python Scripting



Welcome to the Poser Python Scripting Forum

Forum Moderators: Staff

Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)

We now have a ProPack Section in the Poser FreeStuff.
Check out the new Poser Python Wish List thread. If you have an idea for a script, jot it down and maybe someone can write it. If you're looking to write a script, check out this thread for useful suggestions.

Also, check out the official Python site for interpreters, sample code, applications, cool links and debuggers. This is THE central site for Python.

You can now attach text files to your posts to pass around scripts. Just attach the script as a txt file like you would a jpg or gif. Since the forum will use a random name for the file in the link, you should give instructions on what the file name should be and where to install it. Its a good idea to usually put that info right in the script file as well.

Checkout the Renderosity MarketPlace - Your source for digital art content!



Subject: Loading .pzz files


tromnek ( ) posted Thu, 06 January 2005 at 12:03 PM · edited Sat, 16 November 2024 at 12:52 AM

Sorry if this is obvious or previously asked (no search results). Is there a poser method to OpenDocument() a .pzz file?


PoseWorks ( ) posted Fri, 07 January 2005 at 2:07 PM

There's no native PoserPy method to open compressed files; you'll have to un-gzip the file before you open it.


tromnek ( ) posted Sat, 08 January 2005 at 10:27 PM

Thanks. I've been sending pathnames for loading poser files over a network socket. It would take me more time to decode the file than it would to just switch back to poser and open it directly.


an0malaus ( ) posted Sun, 09 January 2005 at 2:20 AM

Just found a useful reference for this today. Check out the Z-lib use in :Runtime:Python:poserScripts:Utility:uncompressPoserFiles.py



My ShareCG Stuff

Verbosity: Profusely promulgating Graham's number epics of complete and utter verbiage by the metric monkey barrel.


tromnek ( ) posted Tue, 11 January 2005 at 7:34 PM

Thanks, I got it all working now. I even got an initial seek using gzip to get towards the end of a large compressed file (grab the materials section).


Privacy Notice

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.