lib.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:SiShelf 作者: mochio326 项目源码 文件源码
def script_execute(code, source_type):
    '''
    maya????????????
    :param code: string
    :param source_type: 'mel' or 'python'
    :return:
    '''
    window = cmds.window()
    cmds.columnLayout()
    cmds.cmdScrollFieldExecuter(t=code, opc=1, sln=1, exa=1, sourceType=source_type)
    cmds.deleteUI(window)


# ??????????????????
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号