Notifications
Clear all
[Closed] Unknown property: "setPrefAngles" in Controller:IKChainControl
Mar 01, 2011 11:15 am
What does this mean?
“Unknown property: “setPrefAngles” in Controller:IKChainControl”
That’s what I get when I type $.controller.setprefangles() into the listener when an IK chain is selected. According to the help file, surely there is a setPrefAngles property in IKChainControl (not that I’ve figured out how to use it)! I can’t see where I’ve gone wrong here. Any help would be appreciated. Especially if you’ve got a button setting the preferred angle to work in maxscript!
1 Reply
1 Reply
the way of using IKChainControl Action interface is:
IKChainControl.setPrefAngles() -- when corresponding IK_Chain object is selected.