Starting to experiment with MEL scripting to automate some repetitive, brain killing operations.
Is there a limitation to the number of items that can be placed into an array using "ls -selection"?
string $arrayOfObjects[];
$arrayOfObjects = `ls -selection`;
Thank you all. What had me ask the question was the resultset that was returned to me for a set of selected vertices.
A 10x10 polyplane returned a vertices list of just pPlane1.vtx[0:120]. I expected 121 entries and not the abbreviated version(Vertex 0 to 120).
But I got sorted out. Adding -fl returns a discreet list of individual entries.
@stwert Knowing me I'll end up coding an infinite loop that will blow the memory (I've killed a mainframe with it before so I'm sure I can do it again)
@stwert Knowing me I'll end up coding an infinite loop that will blow the memory (I've killed a mainframe with it before so I'm sure I can do it again)
You may not post new threads |
You may not post replies |
You may not post attachments |
You may not edit your posts |
BB code is On |
Smilies are On |
[IMG] code is On |
HTML code is Off