Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release editor-v4.0.0 #282

Merged
merged 27 commits into from
Nov 25, 2024
Merged

Release editor-v4.0.0 #282

merged 27 commits into from
Nov 25, 2024

Conversation

ImLucasBrown
Copy link
Member

@ImLucasBrown ImLucasBrown commented Nov 24, 2024

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
* Raised python ceiling to 3.12
* 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.

ImLucasBrown and others added 21 commits July 14, 2024 16:18
Fixed UI enough to open
Fixed scroll to zoom
- Removed logic for checking for old versions of PySide
* Preemptively updated syntax escape sequences in prep for 3.12 support
fix (PySide6): Bugfix following PySide6 update
…t pass `-rpc` to the CLI or `start_rpc=True` to `show_new_editor`.
refactored names to make more sense
@ImLucasBrown ImLucasBrown self-assigned this Nov 24, 2024
@ImLucasBrown ImLucasBrown merged commit c98c834 into release Nov 25, 2024
6 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants