Message 1 of 18

Not applicable
01-02-2018
08:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello again community,
I've got a simple problem. I'm trying to apply some manipulations to a list of objects selected. So I've got something like:
string $array[] = `ls -sl`;
$numInts = size($array);
int $i=0;
for ($i=0;$i>$numInts;$i++)
{
setAttr ($array[1] + ".translateZ") (35 + $i*5);
}
and I need the list to be in the outliner order. How can I acheive that with MEL?
Thank You
Solved! Go to Solution.