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]Documentsmaya
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 FilesAutodesk[MAYA Version]bin”
mayapy -m pip install autopep8
Copyright (c) 2017-2018 unzai ryota All Rights Reserved.


