MetaFusion/Reference/SuperRiggingEditor/scripts/SGDeleteRL4Node.mel
2025-02-03 22:58:41 +08:00

12 lines
327 B
Plaintext

//******************************************************************************
//
// 版权所有: 玉溪时光科技有限公司
// 联系邮箱: q.100@qq.com
// 开发日期: 2023/08/08
//
//******************************************************************************
global proc SGDeleteRL4Node (){
delete `ls -type "embeddedNodeRL4"`;
}