#include <maya/MSimple.h>
#include <maya/MObject.h>
#include <maya/MGlobal.h>
#include <maya/MFnDependencyNode.h>
#include <maya/MItSelectionList.h>
#include <maya/MSelectionList.h>
#include <maya/MString.h>
#include <maya/MStringArray.h>
#include <maya/MIOStream.h>
{
unsigned last = args.
length();
for ( unsigned i = 0; i < last; i++ ) {
}
} else {
}
iter.getDependNode( node );
cout <<
"Name: " << name.
asChar() << endl;
cout << "Function Sets: ";
for( int i = 0; i < last; i++ ) {
if ( i > 0 ) cout << ", ";
cout << types[i].asChar();
}
cout << endl << endl;
}
}