Forum: Poser - OFFICIAL


Subject: PoserPython help needed!

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


Ymer posted Mon, 05 January 2004 at 4:45 PM

Hello.
I'm having problems understanding PoserPython.
I want to create a script that:

  1. sets the main camera and light 1 in front of my character x = -20, y = 0, z = 0

  2. I want the camera and the light to rotate 45 degrees along the y axis 8 times to complete a full circle
    3 I want to make a movie of png files, half resolution, for each of the views created in (2), one frame per view, so I get eight images from around the character.

  3. Repeat steps one and two but instead of making movies consisting of one frame I want to make a movie of 19 frames.

I'm making an amature adventure game using the excellent program Adventure Game Studio (www.adventuregamestudio.co.uk) and I need the images to create sprites for my characters in the game. Images created in (3) would be a standing pose used when the character is not moving. Images created in (4) would be used in a loop to animate walking in different directions.

I have basic programming experience but I don't know anything about Pyhton. Any help would be really welcome since this is really time consuming work to do manually.
/Dan