Flip86
07-22-2010, 05:12 PM
hey ,
i try to write a custom ik solver for maya with the maya api and c++. the solver should contain the posibility to stretch the joints. for that i want to use the MFnTransform class and the member function .scaleBy for scaling the joints. in the documentation about this class you can see that scaleBy needs an MObject.
now my question: how can i put my ,for example startjoint, into the MObject? what class can i use for that?
thanks
i try to write a custom ik solver for maya with the maya api and c++. the solver should contain the posibility to stretch the joints. for that i want to use the MFnTransform class and the member function .scaleBy for scaling the joints. in the documentation about this class you can see that scaleBy needs an MObject.
now my question: how can i put my ,for example startjoint, into the MObject? what class can i use for that?
thanks
