Forum: Poser Python Scripting


Subject: Python for Truespace (Yes I know I'm off topic but this is only python area)

thunderdon opened this issue on Apr 23, 2002 ยท 3 posts


bushi posted Tue, 30 April 2002 at 11:33 PM

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.