Installation

How to install nod framework for Autodesk® Maya

Via Download

Download latest zip archive

Via Git

Clone nod repository

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

~/maya/<version>/scripts

Mac OS

~/Library/Preferences/Autodesk/maya<version>/scripts

Windows XP

\Documents and Settings\$USER\My Documents\maya\<version>\scripts

Windows 7 | Vista

\Users\$USER\Documents\maya\<version>\scripts

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