Forum: Poser - OFFICIAL


Subject: "true" INJECTION morph

santicor opened this issue on Apr 21, 2009 ยท 45 posts


lesbentley posted Tue, 21 April 2009 at 5:01 PM

Quote - Thanks for the tips Les - yes Nerd is where I learned the PMD "injection" in the first place could you show me specifically, where i would insert the few command lines..... normally saved as its own .pz2....... if I am going to do this:

"......or if you are using a PMD injection, the command to load the PMD into the figure could be inserted into the scale pose."

Doing it Nerd's way, insert the command to load the PMD directly under the version block like this:

{

version
    {
    number 6
    }

injectPMDFileMorphs MyFigure.pmd

[the rest of the pose file goes here]

To take another example from Nerd: {

     version
     {
          number 6
     }
     injectPMDFileMorphs MyFigure.pmd
     createFullBodyMorph MyBodyMorph
     attachFBMdial MyBodyMorph WeirdExtraMorph
     attachFBMdial MyBodyMorph WeirdSecondMorph
[all of the above stuff would go directly below the version block]
[the rest of the pose file goes here]