Forum: Poser Python Scripting


Subject: Creating text files and knowing which directory to put them in - How?

Ajax opened this issue on Aug 18, 2003 ยท 25 posts


ockham posted Tue, 19 August 2003 at 9:41 PM

I see what you're after. The lack of reciprocity in Value/SetValue may be pretty much unsolvable, at least within the pure Python world. There is a CreateValueParm method, but that doesn't make a true ERC; it's mainly meant to be used in connection with the ParmCallback stuff. A script can set up a Callback and a visible dial on Body or elsewhere, then the script goes away and leaves the Callback in control. This can do much more than the normal Poser ERC; the visible dial can control body parts through any kind of math function, or even control something outside of Poser. But it's ephemeral by nature; it doesn't leave a nice record of the relationship.

My python page
My ShareCG freebies