Thu, Nov 14, 2:00 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: Creating a Poser Geometry Library


digitani ( ) posted Sat, 24 November 2018 at 9:25 PM · edited Thu, 14 November 2024 at 5:12 AM

Just in case anyone here is interested. I have been working on a library to make Geometries/Meshes easier to work with. Code is not available yet, but just wanted to share in case I was not the only person on Earth that cares about this. :-)

http://digitani.com/working-on-a-poser-python-geometry-library/

Check out my website: http://www.digitani.com


FVerbaas ( ) posted Fri, 30 November 2018 at 12:34 AM
Forum Coordinator

Good to know! I am dabbling a bit with Python and geometry now. Building a script that does the grouping for clothing items. Sort of workflow accelerator. There are a lot of examples in this forum but you need to use the archive search. Some of the authors are still around and willing to help you. So: you are not alone.


FVerbaas ( ) posted Sat, 01 December 2018 at 4:11 AM · edited Sat, 01 December 2018 at 4:11 AM
Forum Coordinator

Thank you for the explanation on 'sets' on your site. I had always been wondering what that was but I now understand it is essentially the raw database of vertex references. It allows to make mutations in the geometry without moving data around. A new definition simply causes the old definition being abandoned and replaced by new data.

Indeed not very well described in the Poser manual. The Runtime/Python folder has some examples of scripts working on geometry.


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.