here I threw some code together, it works but hasnt really been
thoroughly tested so try it on an old scene first.
string $nodes[] = `ls -dag`;
string $obj;
for($obj in $nodes){
if(`gmatch $obj "*Orig*"`) {
//print($obj);
string $list[] = `listConnections $obj`;
if(size($list)==0)
delete $obj;
}
}
On Oct 20, 10:20 am, Yaleh paxton-harding
<
yaleh.paxton.hard...@gmail.com> wrote:
> The delete unused deformers I don't think is going to remove all those
> useless Orig shapes, but I like that selecting the mesh and arrowing into
> the shape then right arrow key finds them as siblings.. I actually was not
> aware of that- thanks.. Still it's not a good thing that duplicate does
> this...
>