Search form

Sunrise Productions Open Source Node eXecution Tree Python Tool Now Available

NXT automates programming tasks related to animation and VFX graphics and linear processing; the simplification of production workflows builds a bridge between artists and developers.

Sunrise Productions has released NXT (Node eXecution Tree), a new open source python layering and sequential execution tool for animation and VFX. The tool enables visualization of complex scripts and easy cross-department collaboration. It also allows the combining multiple layers of nodes into a single composite layer that is then executable; much like Photoshop layers but for code.

Users can mute, solo, override, and extend layers of code with a resulting composite that clearly visualizes where attributes and values originated. Colors, node paths, and conveniently placed links allow users to quickly debug code.

“Our vision for NXT is to simplify production workflows and provide a visual bridge between artists and developers,” explained supervisor Aaron Adams. “With this release, we hope that studios worldwide can take advantage of this visual way to manage data and processes in the pipeline.”

The release of NXT is the first part of an ongoing Sunrise Productions initiative to release its tools as open source.

“Sunrise has benefitted so much from open source projects, and we want to engage with and support the global animation community with our tools,” shared Sunrise CTO, Tim Keller.

The primary function of NXT is to visualize and automate programming tasks related to computer graphics and linear processing. The intent is to bridge the gap between one-off scripting and general-purpose tools using inheritance, layering, and string tokens.

“NXT has allowed us to get a large number of character rigs up and running in record time with layered NXT templates,” noted rigging supervisor, Matt Schiller. “It has also allowed us to tightly integrate our workflow tools right into NXT.”

“NXT's visual code style and ability to layer and instance graphs suits USD very well,” commented USD pipeline TD, Sue Sauer. “In my opinion NXT adds a needed level of management to USD that makes it more ‘user friendly’ without the TD having to subscribe to any particular DCC's workflow.”

The core functionality of NXT was built with insights from industry veterans with both technical and artistic backgrounds. Its key principals include:

Visualize and map what a complex script is actually doing.

  • NXT uses existing conventions of nodes and connections, but it goes further and adds string tokens to instantly visualize attribute values. Tokens can be used almost anywhere inside NXT and are dynamically resolved during execution. Users see exactly what data is flowing around without an external debugger.

Encourage collaboration through layering and multi-context/application graphs.

  • With NXT’s layering system, departments can easily share base graphs. Graphs are layered non-destructively, preserving the base layer. With multi-context graphs, a Maya user can directly call a Houdini graph from inside Maya. Alternatively, graphs can call other graphs in the same context, allowing interdependent graphs to be developed simultaneously.

Make code accessible to everyone.

  • Artists can modify attributes and learn to make simple code changes that would normally require a TD. NXT is not visual programming, but rather a friendly visual portal into code, specifically tuned for animation workflows.

NXT began as a research project led by former Disney simulation supervisor Aaron Adams while an artist-in-residence at the School of Visual Art and Design at Southern Adventist University. Adams shepherded work on NXT with the original development team while serving as show supervisor at Sunrise Productions. NXT became the foundation for the feature animation rigging pipeline and USD integration at Sunrise.

Additional information is available HERE.

Source: Sunrise Productions