-
Notifications
You must be signed in to change notification settings - Fork 315
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
Support for Blender 3.3 LTS #2565
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
Remove no longer supported proxy system and add support for library overrides
We keep the previous colors for integer and object sockets because they were more distinct
MoritzBrueckner
added
the
Blender 3.3 LTS
Issues and PRs linked to Blender 3.3 LTS support
label
Aug 30, 2022
(cherry picked from commit e4a886e) # Conflicts: # blender/arm/exporter_opt.py
I think we're ready to go :) However, depending on how the next SDK release is planned, it may not make sense to merge this yet. @QuantumCoderQC I had to resolve a last-minute merge conflict, could you please verify that it doesn't break #2557 again? |
2.93: ~1s render time 3.3 without this commit: ~8s render time 3.3 with this commit: ~0.7s render time
Hi, I confirm that #2557 works and is not broken by this PR😉 |
Super cool, thanks! |
Epic! |
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.
Linked to armory3d/armsdk#48.
This is the main PR for the upcoming support for Blender 3.3 LTS versions. I will remove the draft status and post again once it's ready :)
@luboslenco It looks like Blender 3.3 is going to be released on September 7th (https://developer.blender.org/project/view/142/, I'm not sure how certain that is though), perhaps it makes sense to postpone the next SDK release to that date or to create another one on that day, but you have to decide that.
Changes (so far):
Mesh.vertex_colors
: c124bc5, ef626c5This PR closes #2402.