-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
PySide 6 Upgrade
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
Copy old prefs flow
MichaelAldrich
approved these changes
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 orstart_rpc=True
toshow_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.xRemovals:
-
Removed logic for checking for old versions of PySideNotes:
...
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.