Forum: Poser - OFFICIAL


Subject: Antonia - Opinions?

odf opened this issue on Oct 27, 2008 · 13933 posts


lesbentley posted Thu, 18 March 2010 at 10:45 AM

Re: The "X times Z" morph. It is also possible to do away with the z-ratio channel from my last example and slave valueOpTimes directly to the zrot channel in the lThigh, as done in the "X times Z B.cr2" above. To do this you have to use a weaker version of the morph.

In the above "X times Z B.cr2" file, I set the "X times Z" morph to a dial value of "0.0111111", then spawned a new morph. As the new morph when fully expressed is only 0.0111111 times the strength of the old morph, it is no longer necessary to filter it through the z-ratio channel to get the correct deltaAddDelta ratio. It can have a deltaAddDelta of one as used by valueOpTimes:

                targetGeom X times Z
                        {
                        name X times Z B
                        initValue 0
                        hidden 0
                        forceLimits 1
                        min -100000
                        max 100000
                        trackingScale 0.02
                        keys
                                {
                                static  0
                                k  0  0
                                }
                        interpStyleLocked 0

                        valueOpDeltaAdd
                                Figure 1
                                lThigh:1
                                xrot
                        deltaAddDelta 0.0222222

                        <span style="color:rgb(0,255,0);">valueOpTimes</span>
                                Figure 1
                                <span style="color:rgb(0,255,0);">lThigh:1</span>
                                <span style="color:rgb(0,255,0);">zrot</span>

                        indexes 2
                        numbDeltas 8
                        deltas 
                                { 
                                d 2 <span style="color:rgb(0,255,0);">0 0.00111115 0</span> 
                                d 3 <span style="color:rgb(0,255,0);">0 0.00111115 0 </span>
                                }
                        blendType 0
                        }