Clear selected MASH Placer node
Nov 28, 2021
Select the MASH network and run this simple script:
//MASH Placer Clearer
{
string $sel[] = `ls -sl`;
if (($sel[0] + "_Placer.paintJson") !=0)
{
setAttr ($sel[0] + "_Placer.paintJson") -type "string" "{}";
}
else
{
print "There is no Placer node in this MASH!";
}
}
Cheers, D
Enjoy this post?

Buy ddankhazi a coffee