I wanted to use the API 1.0 to make sure it was fully compatible to people who were still on Maya 2011. Some studios don't upgrade to the new releases right away. But I figured it's good to learn the API 1.0 now, and then just get excited when they make it easier in 2.0. Plus, they don't have every single class ported to API 2.0 (last I checked), and you can't mix objects between the API's
On Thu, Oct 25, 2012 at 7:31 AM, san <[email protected]> wrote: > thanks for the link Paul... > > On Thursday, October 25, 2012 6:57:18 PM UTC+5:30, elrond79 wrote: > >> Ooops, the link I meant to send was: >> >> http://docs.autodesk.com/**MAYAUL/2013/ENU/Maya-API-** >> Documentation/python-api/**index.html<http://docs.autodesk.com/MAYAUL/2013/ENU/Maya-API-Documentation/python-api/index.html> >> >> - Paul >> >> On Thu, Oct 25, 2012 at 6:26 AM, Paul Molodowitch <[email protected]>wrote: >> >>> 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<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<http://groups.google.com/group/python_inside_maya> >>>> change your subscription settings: http://groups.google.com/** >>>> group/python_inside_maya/**subscribe<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 > -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
