Tue, Dec 24, 10:48 AM 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 Dec 02 3:16 pm)

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: Poser pz2 Files


Hdrider ( ) posted Wed, 25 July 2007 at 5:55 PM · edited Wed, 18 December 2024 at 6:49 PM

Hello,

I'm looking for a simple Python script that will run a pz2 file from within Poser (Poser4 and up). I've tried a couple of examples with no luck. Any help appreciated.

Thanks...

No good deed goes unpunished ...


svdl ( ) posted Wed, 25 July 2007 at 6:08 PM

The command you need is LoadLibraryPose()
The pose file path name can either be absolute, e.g. "C:Program FilesCurious LabsPoserRuntimeLibraryPosethisPose.pz2" (use double backslashes!) or relative from the installed Poser folder: ":Runtime:Libraries:Pose:thisPose.pz2"

Unless you mean running a Python script from a pose file. This is not possible in Pro Pack, and I'm not sure whether it works in Poser 5. Poser 6 and higher can run a Python script from a pose file, don't know the name of the .pz2 entry off the top of my head. You can find it either in this forum or in the Poser Technical forum.

Hope this helps.

The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter

My gallery   My freestuff


Hdrider ( ) posted Wed, 25 July 2007 at 7:44 PM

Okay, this is a start.  I'm kind of a DA when it comes to Python scripting. Could you give me an example?

Thanks...

No good deed goes unpunished ...


svdl ( ) posted Wed, 25 July 2007 at 7:58 PM

There's an example script in the Poser Python manual, located in the root of your Poser installation.
And if you want to learn more about Python, visit www.python.org, THE Python resource.

The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter

My gallery   My freestuff


Cage ( ) posted Thu, 26 July 2007 at 1:35 AM

Python can't be activated via a pose in Poser 5.  That functionality was added for P6.  Poser 5 can activate a script via a .cr2, however.

===========================sigline======================================================

Cage can be an opinionated jerk who posts without thinking.  He apologizes for this.  He's honestly not trying to be a turkeyhead.

Cage had some freebies, compatible with Poser 11 and below.  His Python scripts were saved at archive.org, along with the rest of the Morphography site, where they were hosted.


Hdrider ( ) posted Thu, 26 July 2007 at 4:32 PM

Thanks All,
 Found what I needed in the Poser documentation. 

"I don need to read no stekin manuals"

Later...

No good deed goes unpunished ...


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.