Forum: Poser - OFFICIAL


Subject: How do remove IKs from a cr2???

insomniaworks opened this issue on Jan 08, 2004 ยท 9 posts


shadownet posted Thu, 08 January 2004 at 3:36 PM

Look for inkyChain section just before default pick near end of cr2

example might look something like:

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 LeftHand
{
off
name LeftHand
addLink lShldr:1
addLink lForeArm:1
goal lHand:1
linkWeight 0 1
linkWeight 1 0.2
}
inkyChain RightHand
{
off
name RightHand
addLink rShldr:1
addLink rForeArm:1
goal rHand:1
linkWeight 0 1
linkWeight 1 0.2
}