摘要: import pymel.core as pm # 获取 Maya 中的所有模型编辑器并重置编辑器更改事件 for item in pm.lsUI(editors=True): if isinstance(item, pm.ui.ModelEditor): pm.modelEditor(item, 阅读全文
posted @ 2022-11-29 18:46 CGRun 阅读(1172) 评论(0) 推荐(0) 编辑