Fix #110635: VSE: strip color multiplication affecting alpha channel #110984

Merged
Richard Antalik merged 4 commits from Ha_Lo/blender:main into main 2023-08-18 12:36:11 +02:00

4 Commits

Author SHA1 Message Date
Hannes Loeschke 063a8013ae Merge remote-tracking branch 'blender/main' 2023-08-18 08:06:42 +02:00
Hannes Loeschke b4dab5ac6a Merge remote-tracking branch 'blender/main' 2023-08-17 13:12:36 +02:00
Hannes Loeschke fd67f40f45 Merge remote-tracking branch 'blender/main' 2023-08-10 10:41:42 +02:00
Hannes Loeschke 0ff8bf549a VSE: Fix for issue #110635, strip color multiplication affecting alpha channel
Factor of Color>Multiply should not have an effect on the alpha channel.
Alpha values can be adjusted separately by the factor associated to blend mode.
Factors below 1.0 reducing alpha would reduce color twice, while factors
above 1.0 would be clamped to 1.0.

- Removed ops on alpha channel in multiBuf()
- Removed adjustement of ibuf-planes since alpha channel is no longer
  modified
2023-08-09 21:50:26 +02:00