Skip to content
Snippets Groups Projects

py,ui: revert to old behavior of view transition blend

Merged pippin requested to merge view_transition_blend into main

This works in most cases, but instead of the whole group first getting composited and then adjusted it is the alpha of all individual draw calls that are tweaked through the global alpha.

Issue #122 (closed), I am not sure compositing groups have ever worked properly - it is a very little tested feature. The API was used wrong anyways the global opacity changed the opacity of all render sources in the incoming view to have bits of transparency, so there might have been no pixel compositing going on, or if it was it was on pre-made-transparent bits instead of a texture being made transparent during compositing.

Edited by pippin

Merge request reports

Pipeline #7912 passed

Pipeline passed for 18c37862 on view_transition_blend

Approval is optional

Merged by pippinpippin 1 year ago (Sep 6, 2023 1:18pm UTC)

Merge details

Pipeline #7914 passed

Pipeline passed for 18c37862 on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading