Maya mel maya档出现未知插件解决方法

以下 mel 代码,拷贝到 maya 的脚本编辑器的 mel 中,最好运行两次 

string $unknownNodes[] = `ls -type "unknown"`;

for($node in $unknownNodes) {
print( "Deleting " + $node + "\n" );
lockNode -lock 0 $node;
delete $node;
}

string $plugin;
string $unknownPlugins[] = `unknownPlugin -query -list`;
for ($plugin in $unknownPlugins)
{
unknownPlugin -remove $plugin;
}

参考链接:https://forums.autodesk.com/t5/maya-forum/how-to-delete-old-unwanted-missing-maya-plug-ins/td-p/8634365

以下是报错信息:

# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "vrayformaya", was not found on MAYA_PLUG_IN_PATH. # 
requires "physx" "PhysxForMaya (2.86.00820.10150) , compiled 8/19/2012 1:03:57 AM";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "physx", was not found on MAYA_PLUG_IN_PATH. # 
requires "maxwell" "1.6.4";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "maxwell", was not found on MAYA_PLUG_IN_PATH. # 
requires "realflow" "5.0.2";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "realflow", was not found on MAYA_PLUG_IN_PATH. # 
requires "finalRender" "1.0";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "finalRender", was not found on MAYA_PLUG_IN_PATH. # 
requires "rpmaya" "2.0";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "rpmaya", was not found on MAYA_PLUG_IN_PATH. # 
requires "faceMachine" "1.0";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "faceMachine", was not found on MAYA_PLUG_IN_PATH. # 
requires "TurtleForMaya80" "4.0.0.6";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "TurtleForMaya80", was not found on MAYA_PLUG_IN_PATH. # 
requires "TurtleForMaya70" "3.1.0.6";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "TurtleForMaya70", was not found on MAYA_PLUG_IN_PATH. # 
requires "RenderMan_for_Maya" "1.0";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "RenderMan_for_Maya", was not found on MAYA_PLUG_IN_PATH. # 
requires "MayaMan" "1.2.57";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "MayaMan", was not found on MAYA_PLUG_IN_PATH. # 
requires "FurryBall_2012" "3.0.2208";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "FurryBall_2012", was not found on MAYA_PLUG_IN_PATH. # 
requires "CraftMayaAdaptor2008" "7.0";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "CraftMayaAdaptor2008", was not found on MAYA_PLUG_IN_PATH. # 
requires "mtorsubdiv" "1.1";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "mtorsubdiv", was not found on MAYA_PLUG_IN_PATH. # 
requires "DisplaceD" "1.13";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "DisplaceD", was not found on MAYA_PLUG_IN_PATH. # 
// Warning: line 0: Unrecognized node type for node 'shapeEditorManager'; preserving node information during this session. // 
// Warning: line 0: Unrecognized node type for node 'poseInterpolatorManager'; preserving node information during this session. // 
optionVar -sv colorManagementColorPickerColorSpaceSelection "Rendering Space";
optionVar -iv colorManagementColorPickerColorMgtEnabled 1;
// Warning: line 0: Errors have occurred while reading this scene that may result in data loss.

Please check the Script Editor for details. // 
// File read in 62.2 seconds.
// Error: line 0: RuntimeError: file C:\Program Files\Autodesk\Maya2016\Python\lib\site-packages\pymel\core\__init__.py line 151: (kInvalidParameter): No element at given index // 
// Warning: line 0: Python callback failed // 
optionVar -sv colorManagementColorPickerColorSpaceSelection "Rendering Space";
optionVar -iv colorManagementColorPickerColorMgtEnabled 1;

最新文章

  1. [综]聚类Clustering
  2. 给栅格数据添加RasterFunction--自定义渲染方法
  3. oracle 常用sql
  4. BizTalk开发系列(三) 单机环境下的BizTalk Server 2006 R2安装
  5. 最大流 总结&amp;&amp;做题记录
  6. 一些不错的英文歌曲MV,留个存档!
  7. ANDROID_MARS学习笔记_S01_003layout初步
  8. NIO组件Selector调用实例
  9. Android 子线程中进行UI操作遇到的小问题
  10. BZOJ1715: [Usaco2006 Dec]Wormholes 虫洞
  11. 移动平台前端开发总结(针对iphone,Android等手机)
  12. PHPExcel 多工作表 导出
  13. ListView控件的Insert、Edit和Delete功能(第一部分)
  14. [bzoj]2962序列操作
  15. PyTorch官方中文文档:torch
  16. ES6删除对象中的某个元素
  17. return this 和return * this
  18. Oracle DBLINK 简单使用
  19. exec函数族的作用与讲解
  20. 尝试解决cifar10问题

热门文章

  1. Swagger API文档
  2. juc多线程编程学习
  3. ubuntu的sudo免密
  4. 用户字符串操作,这里面包括字符串的decode、encode、substract等等操作
  5. 20191011-构建我们公司自己的自动化接口测试框架-Config配置
  6. 1261: 单位转换(Java)
  7. 更改CodeBlocks注释的颜色
  8. springboot 集成fastDfs
  9. oracle 数据库 主键索引重建
  10. 应用人员反馈报错,ORA-03137: TTC protocol internal error : [12333]