xantor opened this issue on Sep 06, 2010 · 9 posts
xantor posted Mon, 06 September 2010 at 5:17 PM
Is there any way to actually remove IK from a cr2 without messing anything up?
I don`t just want to switch it off (it is clothing).
PhilC posted Mon, 06 September 2010 at 5:23 PM
Take it into the set up room and open the hierarchy editor.
Select an IK chain.
Hit the delete key.
Thats it :)
Sounds like it should work in the Pose room but I found that was not always the case so I use the set up room.
Then because you have gone into the set up room Poser may create a new OBJ file for it, if so just edit the CR2 to point back to the original.
xantor posted Mon, 06 September 2010 at 5:36 PM
Great, thank you.
DarkEdge posted Mon, 06 September 2010 at 7:17 PM
Or another way is to open the CR2 in a text editor, go to the very bottom of the file and in-between the weld and add child statements you'll see 4 lines that are inky Chain...just delete those and save!
xantor posted Mon, 06 September 2010 at 7:53 PM
Quote - Or another way is to open the CR2 in a text editor, go to the very bottom of the file and in-between the weld and add child statements you'll see 4 lines that are inky Chain...just delete those and save!
I thought that you might be able to do that but I wasn`t sure if it would mess up the cr2 in some way.
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.
xantor posted Mon, 06 September 2010 at 9:09 PM
Thank you.
santicor posted Mon, 06 September 2010 at 9:29 PM
Les is always very thorough and also very correct - but I dont have a prob doing what Phil C said, in the Pose room, and also you wil want to save the figure to your runtime after you have delted the IK chain lines in the hierarchy editor
______________________
"When you have to shoot ...
SHOOT.
Don't talk "
- Tuco
Santicor's Gallery:
http://www.renderosity.com/homepage.php?page=3&userid=580115
xantor posted Mon, 06 September 2010 at 11:18 PM
I would use PhilC`s method with poser open but I would likely edit the cr2 in a text editor if poser was not open.