Skip to content
/ nxt Public
forked from nxt-dev/nxt

Node eXecution Tree, A python layering and sequential execution tool for Animation and VFX

License

Notifications You must be signed in to change notification settings

sgodanas/nxt

 
 

Repository files navigation

Overview

nxt (/ɛn·ɛks·ti/) is a general purpose code compositor designed for rigging, scene assembly, and automation. (node execution tree)

Release Dev
Build Status Build Status

Links

Installation

Requirements

PIP package

  • From PyPi:

    • pip install nxt-core
  • From GitHub:

    1. Download the pip source distribution(nxt-#.#.#.tar.gz) from the latest release

    2. pip install path/to/nxt-#.#.#.tar.gz

Maya plugin:

Distributed on the nxt editor repo.

  1. Download the maya module(nxt_maya.zip) from the latest release

  2. Follow the nxt_maya instructions (also included in the download)

Updating

PIP package

  • From PyPi (easiest):

    • pip install -U nxt-core
  • From GitHub:

    1. Download the pip source distribution(nxt-#.#.#.tar.gz) from the latest release

    2. pip install --upgrade path/to/nxt-#.#.#.tar.gz

Maya plugin:

Distributed on the nxt editor repo.

  1. Download the nxt_maya zip from the latest release

  2. Extract the zip and replace the existing nxt_maya files with the newly extracted files.

  3. Re-launch Maya

Acknowledgements

Sunrise Productions | School of Visual Art and Design

About

Node eXecution Tree, A python layering and sequential execution tool for Animation and VFX

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%