Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 21 6:06 am)
The one you're looking for doesn't seem to exist. Those CL sample scripts are an incomplete set, to say the least. I don't know if they just forgot to include geom_triangulate, or found that it didn't work well. Triangulating is not a good candidate for "mechanical" action, so I wouldn't be surprised if the latter case is true. UVmapper Pro will triangulate a mesh; there is also a free-standing Windows program by Anthony Appleyard. Look for his freestuff page...
My python page
My ShareCG freebies
Needless to say, I couldn't resist writing a script. It's almost working.... I need to take a walk to debug my brain, and then it will work.
My python page
My ShareCG freebies
I got a great python script the other day to save body part scaling the other day.. is there one that will save joint parameter adjustments as well? Basically, I wanted to scale this figure's limbs down, and the new created pose does that fine, but the jp's have to be adjusted because of the scaling. I can do that, but rather then create a whole new figure, it would be nice to have the xy part scaling and the jp adjustments saves as one pose file. Anyone know of anything like this?
Way too many people take way too many things way too seriously.
The best starting point for any language is to take existing scripts and try modifying them to meet your goals. ------------ For references, the best website I know of is the Python FAQTS website. python.faqts.org ----------- The tutorial that helped me the most at the start is "Thinking Like a computer scientist": http://www.ibiblio.org/obp/thinkCSpy/
My python page
My ShareCG freebies
Joint parameters are a problem. The hidden parameters that are "dial-like" (offset, endpoint) are available to Python, but the stuff about falloff zone, weights, and such are not available.
My python page
My ShareCG freebies
Attached Link: http://poserpython.com
The books I have found most helpful when learning Python where:Learning Python
M. Lutz and D. Ascher
published by O'Reilly
There are two editions to this one. If you're using P5 get the second edition.
Python Visual Quickstart Guide
C. Fehily
published by Peachpit Press
Python Pocket Reference
M. Lutz
published by O'Reilly
Again two editions, get the second edition if on P5.
After you get some Python programming under your belt get these two:
Python in a Nutshell
A. Martelli
published by O'Reilly
Python and TkInter Programming
J.E. Grayson
published by Manning
TkInter is the extension used most often for building GUIs.
I found it helpful to learn about the regular flavor of Python scripting before getting into PoserPython. PoserPython scripts are mainly regular Python with some calls to PoserPython functions added to access Poser itself. If you've got a handle on Python before getting into PoserPython's methods, it's much easier to see what's going on in the scripts.
I have some scripts in the FreeStuff area and also some at the attached link.
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,
Can someone please tell me a good place to get Python scripts?I particularly want geom_triangulate.py which is mentioned in one of the scripts that comes with Poser 5.
Thanx