Forum: Poser - OFFICIAL


Subject: Please convert this Python script to work in Poser 8

R_Hatch opened this issue on Sep 21, 2009 ยท 8 posts


R_Hatch posted Mon, 21 September 2009 at 5:17 AM

This is the type of thing that reminds me of why, despite the fact that I can write code when necessary, I really hate having to do so. I just don't have the patience to re-memorize every damn thing because the code/parameters have changed names with a new version of software/language. I don't think like a coder, I brute-force the code I need by looking it up. This is also why I hate using Python to code in, as it's a very strict language, and once again, I'm not a damn programmer.

Anyway, this script was my best friend in Poser 6, but Poser 8 has a totally asinine new way of naming every damn thing, so it no longer works. I would very much appreciate it if someone would convert it to Poser 8 Python. For reference, it's supposed to work like so:

Only for the current figure
Only for all body parts and props (magnets are not affected)
set all translations, rotations, morphs, and master parameters to zero
set all scales to 100%

(I don't actually care about it working for props)