Animation Blog/Portfolio
// Make mesh connection between first to second object in selection string $select[] = `ls -sl -dag -lf`;$str1 = $select[0] + ".outMesh";$str2 = $select[1] + ".inMesh";connectAttr -f $str1 $str2;
No comments:
Post a Comment