Reason is to make this property available for all strips as it should be.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- move_alpha (branched from master)
- Build Status
Buildable 3940 Build 3940: arc lint + arc unit
Event Timeline
Comment Actions
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.
Comment Actions
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.