Forum: Poser - OFFICIAL


Subject: PoserPython help needed!

Ymer opened this issue on Jan 05, 2004 ยท 6 posts


ockham posted Mon, 05 January 2004 at 5:02 PM

Attached Link: http://ockhamsbungalow.com/Python/CamCircle.zip

Take a look at my CamCircle script. It does nearly what you want, except for the PNG. You'll have to convert the files externally from BMP to PNG. CamCircle as it now stands is set to make 32 steps of 11.25 degrees each. To make 8 steps of 45 degrees, find line 40, and change it from Steps = 32.0 to Steps = 8.0 Before using the script, you'll need to set up Poser so that the render happens in the main (Preview) window. There's no way for Python to handle a "Render In New Window." Try it and see how it works; if it's not right, let me know and I'll make an alternate that serves your purposes better.

My python page
My ShareCG freebies