Serpens是“mel到python转换器”。
快速转换与输入!
该工具与多字节兼容,并自动格式化Python代码,以符合所用autopep8的PEP 8样式指南。
已确认支持的Maya版本:
2014, 2015, 2016, 2016.5, 2017, 2018
兼容性设计用于尚未推出的Maya未来版本。
不能保证在比所列版本旧的Maya上完全工作。
安装:
将“模块”和“取消脚本”复制到Maya目录。
示例:C:\Users\[username]\Documents\maya
要运行Serpens,请在ScriptEditor和PYTHON选项卡中执行以下命令。
import Serpens
reload(Serpens)
Serpens.Serpens_start()
现在你可以使用Piranha帮助菜单“将Piranha添加到自己”
The Serpens is “mel to python converter”.
Quickly convert with the Enter!
This Tool Multibyte compatible and It automatically formats Python code to conform to the PEP 8 style guide to used autopep8.
Confirmed Supported Maya Versions:
2014, 2015, 2016, 2016.5, 2017, 2018
Compatibility designed to work on future versions of Maya that are not yet out.
Not guaranteed to fully work on versions of Maya older than what is listed.
Installation:
Copy “modules” and “unscripts” to your Maya directory.
Example: C:\Users\[username]\Documents\maya
To run Serpens, execute following command in ScriptEditor and in PYTHON tab.
import Serpens
reload(Serpens)
Serpens.Serpens_start()
Now you can use Pyranha Help menu to “Add Pyranha to Self”
autopep8:
https://github.com/hhatto/autopep8
Installing with get-pip.py.
Do I need to install pip?
To install pip, securely download get-pip.py.
https://bootstrap.pypa.io/get-pip.py
Inspect get-pip.py for any malevolence. Then run the following:
python get-pip.py
From pip:
Then run the following
cd /d “C:\Program Files\Autodesk\[MAYA Version]\bin”
mayapy -m pip install autopep8
Copyright (c) 2017-2018 unzai ryota All Rights Reserved.
- 打赏
- 分享
- 微信
- 支付宝
本站原创资源发布会标注。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论(0)