Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
From the sounds of it, you need to get into tkInter which is the standard Python GUI. It's built into Poser Python so it's available to do the dialog boxes and such that you'd need for a script like the one you're describing. Find this book: Python and tkInter Programming John E. Grayson Manning A great book that I'd highly recommend. It won't do anything for the Poser side of your script but it will help quite a bit in creating the user interface side.
Thanks for advise and I will check threads later. I have to sign off for 2 weeks. JUST MIGHT HAVE A GREAT JOB! Assistant instructor, Computer Technologies Dept. for a local University. The next two weeks will be full of interviews and testing. ARAGH Be careful what you wish for! Anyway they came a-courting me so I have a leg up on this one already. Let you know what happens (If you hear sobbing late at night it's ME!). Don
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.
I am about to start a series of scenes that will contain many duplicate objects. To this end I need advise on how to do this using Python. I need to make both polar and rectangular array's. The polar ones will be for mechanically correct gears (the teeth). The script should check to see if an object is selected, prompt for one if not, ask Polar/Rectangular and for polar get center, radius and # of objects/degrees per object. Rectangular should ask Start point (Lower left) and rows/columns. Any Python mavens out there? If you know of any examples of THIS FUNCTIONALITY using Python please send link. If you can help I'll be eternally grateful and if you write it I'll be the above plus credit your script with making the scenes practical. thunderdon