Fix Python error in sequencer scene strip UI

This commit is contained in:
Brecht Van Lommel 2019-05-20 18:08:18 +02:00
parent 5189bef654
commit d17cb3a3b3
1 changed files with 1 additions and 1 deletions

View File

@ -1189,7 +1189,7 @@ class SEQUENCER_PT_scene(SequencerButtonsPanel, Panel):
# Warning, this is not a good convention to follow.
# Expose here because setting the alpha from the 'Render' menu is very inconvenient.
# layout.label(text="Preview")
layout.prop(scene.render, "alpha_mode")
layout.prop(scene.render, "film_transparent")
class SEQUENCER_PT_mask(SequencerButtonsPanel, Panel):