Giter Site home page Giter Site logo

mayaeditor's Introduction

Maya Editor

alt Maya 脚本编辑器的替代品正在进行中

使用 Python 3 编写,因此仅适用于使用 PySide2 在 Maya 2023 上进行更现代版本的 Maya 测试

请查看 TODO.md 路线图

安装中

该编辑器可以安装在我通常使用主目录的任何位置。

git clone https://github.com/Jeffreytsai1004/MayaEditor.git

如果您没有 git 帐户,您可以下载 zip 并解压。

有一个简单的 python 脚本来安装和创建 Maya 插件的模块文件。 它位于项目文件夹的根目录中,名为 installEditor.py 。 这将找到操作系统的模块文件夹并生成文件 MayaEditor.mod。 该文件位于以下位置之一的用户主文件夹中。

  • Linux : $HOME/maya
  • Mac : $HOME/Library/Preferences/Autodesk/maya
  • Windows %HOMEPATH%\Documents\maya\
python3 ./installEditor.py

如果此安装不起作用,您可以编辑提供的文件并将路径修改为正确的位置

+ MayaEditor 1.0 /Users/jmacey/teaching/Code/MayaEditor
MAYA_PLUG_IN_PATH +:= plug-ins

加载

可以从插件管理器加载插件,如图所示

alt

编辑器将自动加载并显示。 如果关闭窗口,可以使用以下代码重新打开它

import maya.cmds as cmds
cmds.MayaEditor()

mayaeditor's People

Contributors

jeffreytsai1004 avatar jmacey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.