Notifications
Clear all
[Closed] IK solver HI
Aug 28, 2007 9:38 am
hi, I’ve tried to create a bone chain in maxscript but I don’t know how to create a IK Solver HI. it seems to be impossible to create. I’ve tried with IK Solver HD and it’s ok. what about HI? there’s a way to create in maxscript?someone can help me? I’m a bit new in maxscript.
2 Replies
Aug 28, 2007 9:38 am
Basic code to create an IK chain.
IKSys.ikChain <root bone> <end bone> "IKHiSolver";
Stev
Aug 28, 2007 9:38 am
thanks a lot. I knew the code but i was wrong in the last part. in the reference the code is “string” abd I never knew what string must be used.