There's a few node types that aren't properly recognized by pymel, because it gets it's list of node types from the documentation. Basically, this just means that you won't get any special functions on PyNodes of that type - just the basic DagNode functionality.
I'm working on a way of generating the PyNode tree that isn't so reliant on the docs... but haven't really had much time for it recently. - Paul On Wed, Jun 30, 2010 at 9:47 AM, shawnpatapoff <[email protected]> wrote: > Can someone tell more what this means? > > # Warning: pymel.core.general : Could not create desired MFn. > Defaulting to MFnDagNode. # > > I can make some guesses of course but for some reason my code is > generating these warnings and I'm trying to find where. At the end of > the day everything seems to run as expected. > > There is too much code to post, so any info would be helpful. > > Cheers, > Shawn > > -- > http://groups.google.com/group/python_inside_maya -- http://groups.google.com/group/python_inside_maya
