Forum: Poser - OFFICIAL


Subject: Strange INJect/REMove pose behavior

guslaw opened this issue on May 20, 2007 · 3 posts


nruddock posted Sun, 20 May 2007 at 4:49 PM

I think it's due to a minor miscoding in the ERC code in the file "RuntimelibrariesMorphsTrishInjDeltas.Trish.pz2"
I won't have time to check this now, but I think replacing the following lines from each body part might cure it :-

valueOpDeltaAdd<br></br>        Figure 1<br></br>        BODY:1<br></br>        Trish<br></br>deltaAddDelta 1.000000

with these might cure the problem.

valueOpDeltaAdd<br></br>        Figure 1<br></br>        BODY:1<br></br>        PBMCC_01<br></br>deltaAddDelta 1.000000

You only really need to change Trish for PBMCC_01 in the places indicated (a global search and replace would alter the channel naming).