momodot opened this issue on Jan 02, 2009 · 20 posts
svdl posted Sat, 10 January 2009 at 9:52 AM
Something I noticed in the script posted above: some body parts are referenced by their internal names (hip, chest) others by their external names.
It's usually best to only use internal names, since the external names may vary from language version to language version.
And ignoring errors: well, if you rewrite the script around line 13 to:
try:<br></br>
actr=figureToChange.ActorByInternalName(actrName)<br></br>
except:<br></br>
continue<br></br><br></br>
the script will just skip actors that it doesn't recognize.
The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter