ScriptSpot

Forum topic · General Scripting

IK/FK Stretching

By Poker · 2009-08-19

Description

Hey..

Been working on an arm setup with IK/FK stretching. The IK stretching is achieved with a float script;

if (dist-straight)>0 then
(
(dist-straight)/2
)else
(
0
)

Where dist is the distance between the shoulder and the hand, calculated with exposeTM. The straight value is the distance when the arm is straight.

Then the FK stretching is achieved by wiring a spinner to move the FK control objects.

I then want to be able to snap from IK to FK while respecting the FK stretching. Anybody got a good solution??

Comments (2)

Poker · 2009-08-24

think I have come to the conclusion that this is just not possible:-(