Message 1 of 5
Requesting a tiny script : )

Not applicable
02-19-2015
10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was hoping someone would be able to write something up for me really quickly - I only ask because I know it won't be difficult for someone with mel or python knowledge
-for each object (skeletal joint) selected
-disable "Segment Scale Compensate" from the attribute editor
i currently have this, but its throwing array errors
string $sel[] = `ls -sl`;
int $i = 0;
int $size = size($sel);
for($i = 0; $i < $size; $i++)
{
setAttr ($sel[$i] + ".segmentScaleCompensate") 1;
}
You will earn 1 million virtual high fives and my love for eternity