//****************************************************************************** // // 版权所有: 玉溪时光科技有限公司 // 联系邮箱: q.100@qq.com // 开发日期: 2024/04/02 // //****************************************************************************** global proc SGUVTransferVertexOrder () { string $sel[] = `ls -sl`; if(size($sel) != 2){ error -n "Please select two objects..."; return; } SGSetMeshes -tvo $sel[0] $sel[1]; }