Page MenuHome

Move alpha_mode to color panel
AbandonedPublic

Authored by Richard Antalik (ISS) on Jul 1 2019, 12:04 AM.

Details

Summary

Reason is to make this property available for all strips as it should be.

Diff Detail

Repository
rB Blender
Branch
move_alpha (branched from master)
Build Status
Buildable 3940
Build 3940: arc lint + arc unit

Event Timeline

Brecht Van Lommel (brecht) requested changes to this revision.EditedJul 1 2019, 11:59 AM

As far as I can tell, the only function that uses alpha_mode is seq_render_image_strip, which is only used for IMAGE strips. This could be added for MOVIE strips as well, not sure if there are other strip types that need it.

The purpose if this option is to convert from some alpha mode in a file to the one expected by the sequencer.

This revision now requires changes to proceed.Jul 1 2019, 11:59 AM

The purpose if this option is to convert from some alpha mode in a file to the one expected by the sequencer.

If this is the case, I will abandon this diff and it will be removed from unnecessary typed in cleanup / added to needed types as needed.