Installation
How to install nod framework for Autodesk® Maya
Via Download
Via Git
SSH:
git@gitlab.com:martintomoya/nod.git
Python Package
Nod should be installed like any other python package, depending on the local workflow.
Nod package will be found under /nod/lib/py/
in the downloaded archive/cloned repository.
Copy the package to your default maya scripts folder.
Operating System |
Path |
---|---|
Linux |
|
Mac OS |
|
Windows XP |
|
Windows 7 | Vista |
|
Note
nod
framework does NOT contain nor require any plug-ins
Note
Current repository requires Python 3.*
The last Python 2.7
compatible version can be pulled from the python2
branch in git
Imports
from nod import Nod
from nod import op
import nod.cmds as nc