Skip to content

Improve render sorting for alpha pass #106593

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update 4.4-stable.expected
  • Loading branch information
Faolan-Rad committed Jul 28, 2025
commit f4ed0728e7c4751953eab4464b36497a08f720ba
2 changes: 1 addition & 1 deletion misc/extension_api_validation/4.4-stable.expected
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Validate extension JSON: Error: Field 'classes/EditorUndoRedoManager/methods/cre

New argument added. Compatibility method registered.


GH-98750
--------
Validate extension JSON: Error: Field 'builtin_classes/Color/constants/ALICE_BLUE': value changed value in new API, from "Color(0.941176, 0.972549, 1, 1)" to "Color(0.9411765, 0.972549, 1, 1)".
Expand Down Expand Up @@ -332,4 +333,3 @@ GH-106593
Validate extension JSON: Error: Field 'classes/RenderingServer/methods/instance_set_pivot_data/arguments': size changed value in new API, from 3 to 4.

Added a optional parameter with default value and Compatibility method was registered.

Loading