Forum: Poser Python Scripting


Subject: Looking for a script to add new channels

alizea opened this issue on Mar 23, 2008 · 17 posts


lesbentley posted Sat, 03 May 2008 at 10:44 PM

These scripts don't work correctly for me in P6. With the "createMultipleChannels.py" I get the error:

Traceback (most recent call last):
  File "", line 20, in ?
AttributeError: CreateFullBodyMorp

And with the "createMultipleChannelsEmbedded.py", I get the error:

Traceback (most recent call last):
  File "", line 24, in ?
AttributeError: CreateFullBodyMorp

With the script generated by "createChannelScript.py", I get this error:

Traceback (most recent call last):
  File "", line 22, in ?
AttributeError: CreateFullBodyMorp

All scripts make one targetGeom channel in each actor, but no valueParm in the BODY.

[edit]
P.S. I just noticed the error says "Morp" not "Morph", don't know if that is significant.