Forum: Poser - OFFICIAL


Subject: injection pose to disable bulge?

colorcurvature opened this issue on Mar 08, 2013 · 3 posts


colorcurvature posted Fri, 08 March 2013 at 8:52 AM

Hi, is it possible to make an injection pose file to deactivate bulge in V4's rCollar and lCollar (Up-Down) Parameter? I think its the jointZ_lCollar/rCollar in chest but my injection pose wasnt able to overwrite the settings :/.

Thanks, col


lesbentley posted Fri, 08 March 2013 at 12:04 PM

I think you need to be addressing the "jointZ jointz" channels in the collars themselves. Try this:

{
#CollarBulge0.pz2
version
    {
    number 3
    }

actor rCollar
    {
    channels
        {
        jointZ jointz
            {
            doBulge 0
            }
        }
    }

actor lCollar
    {
    channels
        {
        jointZ jointz
            {
            doBulge 0
            }
        }
    }
}

This works for me on the Antonia 1.2 figure, but not tested on V4.


colorcurvature posted Fri, 08 March 2013 at 1:32 PM

Oh my god, seems to work! Thank you so much.