Forum: Poser Technical


Subject: INJect Morph and Auto-Load that Morph

corinthianscori opened this issue on Jan 25, 2014 · 4 posts


structure posted Sun, 09 February 2014 at 8:26 AM Forum Coordinator

Quote - I don't know how you are making your INJ morphs, I always do mine by hand.  Underneath the name of the morph there is a line that needs to be set to '1'

 

valueParm PBMCC_01    
{    
name Fireball    
initValue 1    
hidden 0

If it is a linked up Full Body Morph, then set it on there only. If it isn't linked up to a dial on the Body, then do it for whatever body parts you want it applied to.

 

--Rebekah--

make sure this is set too 

            initValue 1
            hidden 0
            enabled 1
            forceLimits 1
            min -1
            max 1
            trackingScale 0.02
            keys
            {
                static 0
                k 0  1    <<<<-------------
            }

Locked Out