Forum: Poser Python Scripting


Subject: loading groups of inj morphs

markschum opened this issue on Mar 26, 2008 ยท 5 posts


markschum posted Wed, 26 March 2008 at 7:07 PM

Hi all,

I am trying to create inj morphs for a figure, and thats all worked ok. I have a script that extracts the morphs from the figure cr2 and builds a inj pose file.

The problem is the figure creator wants one pose file to load a SET of morphs .

I tried putting the inj poses in a folder and using readscript to load them all but it isnt working .

What am I doing wrong ?

{
version
{
number 4.01
}
readscript ":runtime:libraries:morphs:myfolder:fbmbarbarian.pz2"
}

that is my test pose file
the fbmbarbarian.pz2 is the inj pose file , it works if loaded from the pose folder.

help ! ....