pixlix2
06-28-2006, 04:41 PM
Hello everyone,
I'm creating toon nodes in a mel script but I'm not sure how to get the name of the nodes I'm creating.
So far I only know about this command:
assignNewPfxToon;
But how could I get the name?
this does not work:
string $mynode[] = `assignNewPfxToon`;
The reference does not seem to list this command...
Many thanks...
I'm creating toon nodes in a mel script but I'm not sure how to get the name of the nodes I'm creating.
So far I only know about this command:
assignNewPfxToon;
But how could I get the name?
this does not work:
string $mynode[] = `assignNewPfxToon`;
The reference does not seem to list this command...
Many thanks...
