Forum: Poser - OFFICIAL


Subject: Disable auto-enable of IK on load?

Whichway opened this issue on Feb 21, 2010 · 4 posts


PhilC posted Sun, 21 February 2010 at 3:37 AM

Open the CR2 file in a text editor.
Search for "inkyChain" to find the block of text shown below:-

   inkyChain     LeftLeg<br></br>
      {<br></br>
      on<br></br>
      name LeftLeg<br></br>
      addLink lThigh:1<br></br>
      addLink lShin:1<br></br>
      goal lFoot:1<br></br>
      linkWeight 0 1<br></br>
      linkWeight 1 0.2<br></br>
      }<br></br>
   inkyChain     RightLeg<br></br>
      {<br></br>
      on<br></br>
      name RightLeg<br></br>
      addLink rThigh:1<br></br>
      addLink rShin:1<br></br>
      goal rFoot:1<br></br>
      linkWeight 0 1<br></br>
      linkWeight 1 0.2<br></br>
      }<br></br>

Edit it to :-

   inkyChain     <span style="color:#ff0000;">Left-Leg</span><br></br>
      {<br></br>
      <span style="color:#ff0000;">off</span>      <br></br>
      name <span style="color:#ff0000;">Left-Leg<br></br></span>     
addLink lThigh:1<br></br>
      addLink lShin:1<br></br>
      goal lFoot:1<br></br>
      linkWeight 0 1<br></br>
      linkWeight 1 0.2<br></br>
      }<br></br>
   inkyChain     <span style="color:#ff0000;">Right-Leg</span><br></br>
      {<br></br>
      <span style="color:#ff0000;">off</span><br></br>
      name <span style="color:#ff0000;">Right-Leg<br></br></span>     
addLink rThigh:1<br></br>
      addLink rShin:1<br></br>
      goal rFoot:1<br></br>
      linkWeight 0 1<br></br>
      linkWeight 1 0.2<br></br>
      }

The IK names "LeftLeg" and "RightLeg" are hard coded into Poser to always be turned on when the figue is loaded into Poser. You can avoid this by changing the name.