Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
When I make an INJ file, I don't rely on readScript.
Instead, I incorporate both visibility and delta information for all the channels into a single pose file. In my experience this is less fickle than readScript, and it also doesn't rely on folder locations.
The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
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 ! ....