Forum: Poser - OFFICIAL


Subject: A Compendium of PZ2 Techniques.

lesbentley opened this issue on Mar 31, 2008 ยท 137 posts


lesbentley posted Sun, 20 April 2008 at 1:39 PM

@ DarkEdge,

actor BODY
        {
        channels
                {
                valueParm PBMCC-01
                        {
                        name DialName
                        initValue 0
                        hidden 0
                        forceLimits 0
                        min -100000
                        max 100000
                        trackingScale 0.004
                        keys
                                {
                                static  0
                                k  0  
                                }
                        interpStyleLocked 0
                        }
                }
        }

Let's say that the channel above is the master channel in the BODY actor for you FBM, in the delta injection pose. You need to change the number, in red above, to "1" (without the quote marks). If you want the morph to stay expressed when you use one of Poser's 'Restore' functions, then you should also set the 'initValue' to "1". If you don't have a valueParm channel in the DIP, then you need to add one, you can use the one above, though of course the internal name and dial neme may need to be diffrent. Or, if you are talking about the sort of INJ pose that uses readScript to call the delta injection poses, then you can put the above code in that file, under the readScript lines.