xantor opened this issue on Sep 06, 2010 ยท 9 posts
lesbentley posted Mon, 06 September 2010 at 8:09 PM
inkyChain LeftLeg
{
off
name LeftLeg
addLink lThigh:1
addLink lShin:1
goal lFoot:1
linkWeight 0 1
linkWeight 1 0.2
}
inkyChain RightLeg
{
off
name RightLeg
addLink rThigh:1
addLink rShin:1
goal rFoot:1
linkWeight 0 1
linkWeight 1 0.2
}
inkyChain LeftArm
{
off
name LeftArm
addLink lCollar:1
addLink lShldr:1
addLink lForeArm:1
goal lHand:1
linkWeight 0 0.2
linkWeight 1 0.04
linkWeight 2 0.008
}
inkyChain RightArm
{
off
name RightArm
addLink rCollar:1
addLink rShldr:1
addLink rForeArm:1
goal rHand:1
linkWeight 0 0.2
linkWeight 1 0.04
linkWeight 2 0.008
}
There are also two lines relating to the IK chains in the goal actors (hands and feet), these lines are: inkyParent * nonInkyParent *
Where "*" is the name of an actor, it will do no harm to leave these lines in, as IK was completely disabled by deleting the stuff from the 'figure' section, but if you want to do a really thorough clean up, you can delete these lines also. P.S. DarkEdge already said it, but as I had already written this before I saw his post, I might as well post it.