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
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
--