网站LOGO
oneLN
页面加载中
9月17日
网站LOGO oneLN
时间就是力量,你的时间就是你的力量
菜单
MAYA各种报错
正文
  • oneLN
    时间就是力量,你的时间就是你的力量
    用户的头像
    首次访问
    上次留言
    累计留言
    我的等级
    我的角色
    打赏二维码
    打赏博主
    MAYA各种报错
    点击复制本页信息
    微信扫一扫
    文章二维码
    文章图片 文章标题
    创建时间
  • 一 言
    确认删除此评论么? 确认
  • 本弹窗介绍内容来自,本网站不对其中内容负责。
    • 复制图片
    • 复制图片地址
    • 百度识图
    按住ctrl可打开默认菜单

    MAYA各种报错

    oneLN · 原创 ·
    maya · maya
    共 746 字 · 约 1 分钟 · 79

    Syntax_errorSyntax_error
    // 错误: Line 1.1: Syntax error //
    黏贴到maya脚本编辑器

    Python 代码:
    from maya import cmds
    for _editor in cmds.lsUI(editors=True):
        if not cmds.outlinerEditor(_editor, query=True, exists=True):
            continue
        _sel_cmd = cmds.outlinerEditor(_editor, query=True, selectCommand=True)
        if not _sel_cmd or not _sel_cmd.startswith('<function selCom at '):
            continue
        cmds.outlinerEditor(_editor, edit=True, selectCommand='pass')

    passpass
    // 错误: line 1: 找不到过程“pass”
    黏贴到maya脚本编辑器

    Python 代码:
    from pymel.core import *
    maya.mel.eval('outlinerEditor -edit -selectCommand "" "outlinerPanel1";') 
    声明:本文由 oneLN(博主)原创,依据 CC-BY-NC-SA 4.0 许可协议 授权,转载请注明出处。

    还没有人喜爱这篇文章呢

    我要发表评论 我要发表评论
    博客logo oneLN 时间就是力量,你的时间就是你的力量
    MOEICP 20240256

    💻️ oneLN 一天前 在线

    正在获取您的IP地址... 来访 人次, 查阅 次, 本页查阅

    🕛

    本站已运行 1 年 79 天 22 小时 30 分

    🌳

    自豪地使用 Typecho 建站,并搭配 MyLife 主题
    oneLN. © 2023 ~ 2024.
    网站logo

    oneLN 时间就是力量,你的时间就是你的力量