Forum: Poser Python Scripting


Subject: Poser Python Wish List

Mason opened this issue on Mar 23, 2001 ยท 138 posts


ockham posted Thu, 08 January 2004 at 1:09 PM

Sure. Making multiple figures, and randomly modifying their scale is easy. You'd have to begin by setting up your figure complete with its clothing, and saving the entire package as a CR2. Let's assume you made such a figure, and stored it under Characters with the name Package.cr2. The walk-path would be more complicated, but still straightforward. Assuming you've given the "original" figure a walk animation, the script would set up a list of all relevant parameters on the original, then copy them to the other figures for each frame. The attached text file contains a fake script that should give you a starting point on the first part. I haven't tested it, but it should come close to working.

My python page
My ShareCG freebies