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;

Maya mel maya档出现未知插件解决方法的更多相关文章

  1. matlab2018a安装后帮助文档打不开解决方法

    安装matlab2018a破解版后,帮助文档提示需要许可证问题(破解版没有可用许可证): 解决方法是把文档设置为离线即可(预设---->帮助---->安装在本地---->小窗口)

  2. chrome无法拖拽离线安装CRX格式插件解决方法

    原文:http://chromecj.com/utilities/2018-09/1525.html 摘要 : chrome 67版本后无法拖拽离线安装CRX格式插件的解决方法   有一部分网友反映子 ...

  3. 使用apidoc 生成Restful web Api文档——新手问题与解决方法

    使用apidoc工具来给项目做接口文档,不仅有合理的源码注释,还可以生成对应的文档.是给源码写备注的一个极佳实践. 工具名称:apiDoc Git地址:https://github.com/apido ...

  4. Linux系统下Java 转换Word到PDF时,结果文档内容乱码的解决方法

    本文分享在Linux系统下,通过Java 程序代码将Word转为PDF文档时,结果文档内容出现乱码该如何解决.具体可参考如下内容: 1.问题出现的背景 在Windows系统中,使用Spire.Doc ...

  5. Unity帮助文档打开速度慢解决方法

    使用批量文本替换工具替换掉Unity安装目录中\Editor\Data\Documentation\en\Manual\下的所有文件中的如下两个部分:   1. <script type=&qu ...

  6. Xcode中插件在Xcode更新之后解决方法

    >新的解决方法地址:这里 但凡是更新了Xcode的版本,之前安装的Xcode的插件都不会使用,例如:XAlign或者猫神的VVDocument-Xcode插件 解决方法有很多而且很多地方都贴出来 ...

  7. spring boot 1.x完整学习指南(含各种常见问题servlet、web.xml、maven打包,spring mvc差别及解决方法)

    spring boot 入门 关于版本的选择,spring boot 2.0开始依赖于 Spring Framework 5.1.0,而spring 5.x和之前的版本差距比较大,而且应该来说还没有广 ...

  8. WPS宏不可用解决方法

    在使用WPS Office过程中,遇见宏不可用,在启用宏的过程中提示获取VBA插件 解决方法: 1.下载VBA插件,下载地址:https://pan.baidu.com/s/1LqBmXw37U0km ...

  9. 无法启动 Maya 集成的 qt designer 的解决方法和原因 以及 中英文切换

    无法启动 Maya 集成的 qt designer 的解决方法和原因 以及 中英文切换 前言: Maya 集成了 PySide,同时集成了qt designer,在 Maya 的安装目录下的 bin ...

随机推荐

  1. leetcode1186 Maximum Subarray Sum with One Deletion

    思路: 最大子段和的变体,前后两个方向分别扫一遍即可. 实现: class Solution { public: int maximumSum(vector<int>& arr) ...

  2. [LuoguP1155]双栈排序_二分图_bfs

    双栈排序 题目链接:https://www.luogu.org/problem/P1155 数据范围:略. 题解: 神仙题. 就第一步就够劝退了. 这个二分图非常不容易,首先只有两个栈,不是属于一个就 ...

  3. db2 数据库配置HADR+TSA添加集群节点

    Db2配置HADR高可用+TSA添加集群节点 一.服务器资源 Master IP:10.78.10.1 数据库:dbclassSlave IP:10.78.10.2 数据库:dbclassVIP:10 ...

  4. Word 查找替换高级玩法系列之 -- 将换行符替换成回车符

    我们从网上Copy过来的很多Word文档,里面使用的都是换行符,也就是我们常说的软回车,它显示为一个向下的箭头.这些符号不仅碍眼,而且会影响我们后期的排版,尤其是对段落的排版,因为Word里面的段落只 ...

  5. Python之装饰器笔记

    概述: 用于管理和增强函数和类行为的代码 提供一种在函数或类定义中插入自动运行代码的机制 特点  更明确的语法.更高的代码可维护性.更好的一致性 编写 函数基础: 将函数赋给变量.将函数作为参数传递. ...

  6. 少儿编程 | 02.Scratch编程环境

    上次课程介绍了Scratch的基本概念和一些特点,最后还给出了一些有趣的例子.本次课程介绍Scratch的两种编程环境以及在Scratch官网注册个人账号的步骤. Scratch 3.0的两种编程环境 ...

  7. 标准Trie、压缩Trie、后缀Trie

    ref : https://dsqiu.iteye.com/blog/1705697 1.Trie导引 Trie树是一种基于树的数据结构,又称单词查找树.前缀树,是一种哈希树的变种.应用于字符串的统计 ...

  8. Docker使用整理

    Docker技术的基础: namespace,容器隔离的基础,保证A容器看不到B容器. 6个名空间:User,Mnt,Network,UTS,IPC,Pid cgroups,容器资源统计和隔离.主要用 ...

  9. 14-MySQL DBA笔记-运维技巧和常见问题处理

    第14章 运维技巧和常见问题处理 DBA的成长,离不开对各种问题的处理.本章将为读者介绍一些运维技巧和常见问题的处理方法.我们需要意识到,别人的经验代替不了自己的经验,所以,多实践.多处理问题,最终会 ...

  10. (八)二进制文件在webservice中的处理(以byte[]字节数组方式)

    一.介绍 二进制文件在webservice中的处理. A:通过byte[]字节数组的方式来传递.比较适合小文件,字节数组不能太大的情况.(本章所用) B:通过DataHander的方式来进行传递. 1 ...