inconnu opened this issue on Jun 01, 2003 ยท 4 posts
ockham posted Sun, 01 June 2003 at 5:12 PM
The easiest rule to remember: Anything that you can do with parameter dials in Poser is accessible from Python. Only some of the other actions are properly reachable. You can load just about any kind of file, but the corresponding Save actions are mostly broken. If the Poser Python PDF documentation -doesn't- list a function, it's definitely not there; but if it -does- list a function, you still have to check to see whether it works! In general, the complicated actions that appear within a dialog box, like falloff zone graphs for magnets or the Joint Editor adjustments, are not available to Python. Sometimes you can "fake" these actions by various tricks like saving a file, modifying it, and re-reading it, but usually not.