Hi everyone!
I’m currently developing a node and it’s customized manipulator by using Python.
However, I just found that MPxManipContainer exists only in the old API not in the new Python API 2.0,
while all the manipulator classes such as MFnDirectionManip, MFnDistanceManip, etc. are listed in the
new Class list API 2.0.
Does anyone know how I can create an equivalent of the MPxManipContainer node or is it hidden somewhere in the Python API 2.0?
reference page: http://help.autodesk.com/view/MAYAUL/2017/ENU/?guid=__py_ref_namespace_open_maya_u_i_html
thanks a lot!