Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: vern
Posted By vern On 01-09-2003 | Views: 36,201 Replies: 5
Forum: Programming
Hi,

This is one SOLUTION of the problem:

// List all objects in the scene
string $allObjects[];
string $tempName;
$allObjects = `ls -g`;
optionMenuGrp -label "Objects";
for ($tempName in...
Posted By vern On 26-08-2003 | Views: 36,201 Replies: 5
Forum: Programming
Hi,

Thank for the help about using the ls command. I can understand that I can obtain all objects in the scene with this one now. But I have still a problem with how to list it in my...
Posted By vern On 20-08-2003 | Views: 36,201 Replies: 5
Forum: Programming
Hi,

I am making a GUI with MEL and I want to list all objects in the Maya scene (both selected and unselected) when the GUI open. Right now I am just writing my own labels to choose from, but I...
Showing results 1 to 3 of 3