[Closed] Creating an IK Chain via scripting
HI all, thanks for reading this.
I’d like to create an IK Chain HI Solver on a bone chain.
I found this on a website which works well for me now:
IkChain01 = IKSys.ikChain selection[1] selection[3] "IKHISolver"
It creates the Ik chain but now, I’d like to access the properties and change them. For example, i’d like to pick an object in my scene to use as target for the swivel angle and i haven’t found any doc on that yet in maxscript help.
I,d like to change other things also like the goal size display. The only thing i have been able to change so far is the name
It’s not complicated stuff, but for some reason, it looks like what i’m finding out in maxscript help doesn’t translate well to the actual thing.
Anyway thanks for the help
$IK_leg_L.transform.controller.VHTarget = $CTRL_knee
VHTarget stands for vector handle target
$IK_leg_L.transform.controller.goalsize = 10
will change your display size on the IK goal
search for IKChainControl:Matrix3Controller in the maxscript help file for more options