-
Notifications
You must be signed in to change notification settings - Fork 324
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
Blender 2.9 LTS support #2082
Merged
Merged
Blender 2.9 LTS support #2082
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
[Blender 2.9] Object panel UI
MoritzBrueckner
added
the
Blender 2.93 LTS
Issues and PRs linked to Blender 2.93 LTS support
label
Jan 4, 2021
This was referenced Jan 4, 2021
[Blender 2.9] Principled BSDF: update input socket indices
Blender 2.9: Update operator options
Blender 2.9 Fix Exporter and conversions for Physics World
[Blender 2.9] Search menu fixes
See write_sky_irradiance() for reference
[Blender 2.9] Nishita sky model & (ir)radiance support for all world shaders
# Conflicts: # blender/arm/material/shader.py # blender/arm/props_collision_filter_mask.py # blender/arm/props_ui.py
[Blender 2.9] Resolve merge conflicts
Fix export of attribute node if no UV map exists
This was referenced Apr 30, 2021
Update Blender version information to 2.93 LTS
[Blender 2.9] Slightly improve debug console panel UI
Hi @luboslenco, I think this PR and armory3d/armsdk#21 are ready to merge if you agree :) Blender 2.93 LTS is scheduled for late May, so if everything goes according to plan the next Armory SDK can then support 2.9. |
MoritzBrueckner
changed the title
Blender 2.9 LTS support [draft]
Blender 2.9 LTS support
May 8, 2021
Super cool, thanks once again! |
1 task
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.
This is the main pull request for the transition to the upcoming Blender 2.9 LTS versions (issue). It will be in draft status as long as we're working on the migration and maybe even add some more features.
When contributing to the blender2.9 branch, please link to this pull request so that all related PRs are listed below this post. Thanks!
Checklist of critical tasks:
steps_per_second
was replaced bysubsteps_per_frame
, leading to an error on export. Likely PhysicsWorld.hx needs to be changed as well or we need to convert the values during export if possible (Blender 2.9 Fix Exporter and conversions for Physics World #2084)F3
) ([Blender 2.9] Search menu fixes #2086):bl_info
attribute ([Blender 2.9] Update Blender version information to 2.93 LTS armsdk#21)Additional, non-critical changes:
Requires:
armory3d/iron#121.