Forum: Poser - OFFICIAL


Subject: Adding IK Chains via an Injection Pose?

WandW opened this issue on Jan 16, 2013 · 13 posts


WandW posted Wed, 16 January 2013 at 3:46 PM

Yep, that's what I found by running a diff on the files; it works! :biggrin:

The declaration for BODY is indeed necessary, as I discovered.  😄

Here's the final version; Many Thanx! 

{

version
    {
    number 8
    }
    

    actor BODY
    {
 
    }
    actor lThigh
    {
 
    }
    actor lShin
    {
 
    }
    actor lFoot
        {
     inkyParent BODY
    nonInkyParent lShin
        }
    actor rThigh
    {
 
    }
    actor rShin
    {
 
    }
    actor rFoot
        {
    inkyParent BODY
    nonInkyParent rShin
        }
    
    figure
    {
    inkyChain     Left Leg  
        {
        off
        name Left Leg
        addLink lThigh
        addLink lShin
        goal lFoot
        linkWeight 0 1
        linkWeight 1 0.2
        }
    inkyChain     Right Leg  
        {
        off
        name Right Leg
        addLink rThigh
        addLink rShin
        goal rFoot
        linkWeight 0 1
        linkWeight 1 0.2
                }
     }
}

 

----------------------------------------------------------------------------------------

The Wisdom of bagginsbill:

"Oh - the manual says that? I have never read the manual - this must be why."
“I could buy better software, but then I'd have to be an artist and what's the point of that?"
"The [R'osity Forum Search] 'Default' label should actually say 'Don't Find What I'm Looking For'".
bagginsbill's Free Stuff... https://web.archive.org/web/20201010171535/https://sites.google.com/site/bagginsbill/Home