mtoa 检查shader的aov 仅仅读取 mtd文件中对aov的定义
例如:
[attr aov_surface]
aov.type INT 0x05
[attr aov_Nw]
aov.type INT 0x05
[attr aov_fr]
aov.type INT 0x05
如果mtd没有定义,即使shader中注册了也是不显示 使用下面的代码也是无法查询到
cmds.arnoldPlugins(listAOVs=True, nodeType='shadername')