Forum: Poser - OFFICIAL


Subject: Make those lights hold STILL, dammit!

ockham opened this issue on Jun 19, 2002 ยท 6 posts


ockham posted Wed, 19 June 2002 at 8:38 PM

Here's a little Python script that solves a little problem. Supposedly you should be able to make lights hold steady through an animation, or to wipe out any moves you imposed on them accidentally or otherwise, by just unchecking the Animating box in the light property box. That may work for somebody, but it doesn't work for me. So this PY script takes care of making all lights stand still, in the position and properties given in frame 1. Just activate the script and it freezes the lights. As usual, the MESSAGE***.TXT needs to be renamed to LIGHTSTILL.PY before using.

My python page
My ShareCG freebies


ockham posted Wed, 19 June 2002 at 8:42 PM

Incidentally, it would be easy to make variations on this, to force all Props, or all Figures, or the current Actor, to hold still while everything else retains motion. Anybody want those?

My python page
My ShareCG freebies


ockham posted Wed, 19 June 2002 at 9:04 PM

Here's the variation for Figure. If you have several figures, props and so on, and you realize that you've screwed up the movements of one figure, this will let you hold that one still while leaving the rest of the scene moving as before. Select a figure and activate the script. Rename the MESSAGE***.TXT to FigStill.PY before using.

My python page
My ShareCG freebies


quixote posted Wed, 19 June 2002 at 11:37 PM

Thank you ockham. This will probably help me a lot. And save precious time. Recommending you for Sainthood, Regards, Q

Un coup de dés jamais n'abolira le hazard
S Mallarmé


Routledge posted Thu, 20 June 2002 at 7:01 AM

A belated thank you B)


ockham posted Thu, 20 June 2002 at 10:15 AM

Here's one more variation to complete the set. This one is PROPSTILL.PY, and it freezes the single currently selected Actor, whether that Actor is a prop, a light, a camera, or a body part.

My python page
My ShareCG freebies