Notifications
Clear all

[Closed] Creating a IK solver using MaxScript

Hi everyone

I’ve been playing around with MaxScript (reading through help files), it states that you can create a HD IK solver with the following code… [font=‘Courier New’]HDIKSys.[/font][font=‘Courier New’]ikChain[/font][font=‘Courier New’] $Box01 $Box04 TRUE
[font=Verdana]
I was wandering how would you create a [/font][/font][font=Verdana]“HI IK solver” using MaxScript?

Also how can you name the solver using MaxScript? For example rename it to “arm_IK”.

Thanks for reading.

regards,
Mike
[/font]

2 Replies
 eek

test = IKSys.ikChain $box01 $box02 “IKHISolver”

test.name = “arm_ik”

eek

Hi eek

Your code works. Thanks for the help, much appreciated

regards,
Mike