病毒式的maya报错:Error line 1 Cannot find procedure onModelChange3dc

解决办法:
在Maya脚本编辑器执行以下代码:
在这里插入图片描述

import pymel.core as pm

# Get all model editors in Maya and reset the editorChanged event
for item in pm.lsUI(editors=True):
   if isinstance(item, pm.ui.ModelEditor):
       pm.modelEditor(item, edit=True, editorChanged="")
Logo

电影级数字人,免显卡端渲染SDK,十行代码即可调用,工业级demo免费开源下载!

更多推荐