Skip to content
forked from nxt-dev/nxt

The core of nxt, a python layering and sequential execution tool for Animation and VFX

License

Notifications You must be signed in to change notification settings

squarebit-studios/nxt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Status Dev Status

NXT Python Core

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

Installation/Usage

This repo is the nxt core, it does not come with a UI. If you're looking for the UI, please see the nxt editor. This package is designed for headless execution of graphs in a render farm or other headless environment.
Only clone this repo if you're contributing to the NXT codebase.


Requirements

Requirements for contributors

NXT Python Core

Our releases are hosted on PyPi.

Install:
pip install nxt-core

Execute Graph:

import nxt
nxt.execute_graph('path/to/graph.nxt')

Update:
pip install -U nxt-core


Special Thanks

Sunrise Productions | School of Visual Art and Design

About

The core of nxt, a python layering and sequential execution tool for Animation and VFX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%