Skip to content

Editor v4.0.0

Latest
Compare
Choose a tag to compare
@ImLucasBrown ImLucasBrown released this 25 Nov 22:09
c98c834

Critical changes:

! Dropped support for Python 3.8 and lower. Please use Python >= 3.9
! Changed PySide dependency from 5.1x to >=6,<6.8
! The RPC server will no longer start by default, to start it you must pass -rpc to the CLI or start_rpc=True to show_new_editor.

Additions:

+ Added ability to copy preferences from an older version of NXT during UI launch.

Changes:

* Fixed animations for PySide6
* Raised python ceiling to 3.12
* Preemptively updated syntax escape sequences in prep for 3.12 support
* Updated auto resource building for PySide6
* Updated and tested Blender Addon to support Blender 4.x

Removals:

- Removed logic for checking for old versions of PySide

Notes:

... Fixed default font family name to save 300ms on load time and hush a qt warning.
... Fixed crash caused by triple quotes
... Fixed Maya plugin to use the correct launch method for the main window.

Supported Graph Versions

This release saves 1.17 graphs.
This release includes backwards compatibility for graph versions as old as 0.45 .

Installation Types

Each described installation is self contained, and produces a working nxt.

Pip Installation

From a Python 3 environment run the following command:
pip install nxt-editor
Python Dependancies

Blender (2.8 and newer) Installation

  1. Download Blender addon (nxt_blender.zip)
  2. Extract and follow README.md inside

Blender update

  • Automatically: NXT > Update NXT
  • By Hand: /path/to/python.exe -m pip install -U nxt-editor

Maya(2019-2025) Installation/Update

  1. Download Maya module(nxt_maya.zip)
  2. Extract and follow README.md inside