Re: [Maya-Python] MItDependencyNodes missing Maya 2016 API 2.0?

2017-12-09 Thread Angelo Sta. Catalina
That class exists in maya.api.OpenMaya version 2018.1 On Sat, Dec 9, 2017 at 4:35 PM, David Lantos wrote: > Hi Everyone! > > > I found MItDependencyNodes > > class > in the maya document

Re: [Maya-Python] MItDependencyNodes missing Maya 2016 API 2.0?

2017-12-09 Thread Joe Weidenbach
No, you're not doing anything wrong. Autodesk added the python API 2.0 a few years ago, and left out the iterator classes entirely. With 2016, they brought back some of them, but MItDependencyNodes is not one of the ones they brought back yet. If you want to use it, you'd have to go to API 1.0,

[Maya-Python] MItDependencyNodes missing Maya 2016 API 2.0?

2017-12-09 Thread David Lantos
Hi Everyone! I found MItDependencyNodes class in the maya documentation but not in the maya.api.OpenMaya module. It looks like this particular class is missing. I did wrong something