MStatus was removed in the python api 2.0. It still exists in the C++ api, and in the python 1.0 api.
Check out http://docs.autodesk.com/MAYAUL/2013/ENU/Maya-API-Documentation/index.html for an overview of api 2.0... If you're writing new code that doesn't need to support/interact with old code that's using the python 1.0 api, I highly suggest using the new 2.0 api. Its MUCH easier to work with, and has far fewer ways to shoot yourself in the foot. - Paul On Thu, Oct 25, 2012 at 6:15 AM, san <[email protected]> wrote: > Hello, > > I watched cmiVFX Python prog vol 2 today, at the point when Justin goes > over creating node using Python API I noticed, he has return > OpenMaya.MStatus.kSuccess working in his Maya 2012 when it was removed in > 2011 ? and still the node works ?? > > -- > view archives: http://groups.google.com/group/python_inside_maya > change your subscription settings: > http://groups.google.com/group/python_inside_maya/subscribe > -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
