Too many notes- too little brain RAM
Select the node and in the MEL line paste
string $gffu[] = `ls -sl`;
for ($rfo in $gffu)
{
lockNode -lock off $rfo;
delete $rfo;
}
Comments
Post a Comment