PDA

View Full Version : MEL: list nodes?


bentllama
08-07-2002, 04:21 PM
Is there a way through MEL to list all nodes in a scene?

And does it spit out the info hoizontally, or in a column format?
[Column format being best for scripting purposes.]

If you can shed any light on the ksubject, or could point me to an existing script, your help is appreciated.

Thanks.

bentllama

bigfatMELon
08-08-2002, 04:46 AM
Yo, bentllama...

To print all nodes horizontally:

ls;

to print them vertically:

print `ls`;

-jl

bentllama
08-08-2002, 04:54 AM
thanks Melon.

I forgot that command.

Now, I feel stupid. :)

CGTalk Moderation
01-13-2006, 01:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.