Sure thing! Rewrite it for your own needs, i hope it helps others too! What it does is: - set all VISIBLE subtools to highest subdivision lvl - bake all layers per subtool - polypaint from polygroup -message out how many subtools affected p.s.: i decided that decimation must be done by hand per subtool...so i did not…
Here's one I wrote for just updating the textures on the selected objects: <font class="small">Code:</font><hr /><pre> //global proc CRupdateTexSelected() { waitCursor -state on; source AEfileTemplate.mel; string $mats[]; string $files[]; string $sel[]=`ls -sl -tr -l`; for ($node in $sel) { string $shapes[] =…