Fri, Jan 3, 9:28 AM CST

Renderosity Forums / Poser - OFFICIAL



Welcome to the Poser - OFFICIAL Forum

Forum Coordinators: RedPhantom

Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 03 8:14 am)



Subject: injection pose to disable bulge?


colorcurvature ( ) posted Fri, 08 March 2013 at 8:52 AM · edited Tue, 30 July 2024 at 3:17 PM

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 · edited Fri, 08 March 2013 at 12:10 PM

file_492365.TXT

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.


Privacy Notice

This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.