Fix T78469: Output Metadata: Strip Name no longer accessible

Caused by rB7fc60bff14a6.

This has actually been reported and closed, but that was clearly a
misunderstanding (above commit changed a checkbox to be an enum, but a
second checkbox was simply removed)

Maniphest Tasks: T78469

Differential Revision: https://developer.blender.org/D12084
This commit is contained in:
Philipp Oeser 2021-07-30 08:34:24 +02:00 committed by Jeroen Bakker
parent 1fa73076ca
commit 6e987ca32a
Notes: blender-bot 2023-02-14 05:51:15 +01:00
Referenced by issue #88449, Blender LTS: Maintenance Task 2.93
Referenced by issue #78469, UI: Output Metadata: Strip Name no long accessible
1 changed files with 3 additions and 0 deletions

View File

@ -205,6 +205,9 @@ class RENDER_PT_stamp(RenderOutputButtonsPanel, Panel):
col.prop(rd, "use_stamp_marker", text="Marker")
col.prop(rd, "use_stamp_filename", text="Filename")
if rd.use_sequencer:
col.prop(rd, "use_stamp_sequencer_strip", text="Strip Name")
class RENDER_PT_stamp_note(RenderOutputButtonsPanel, Panel):
bl_label = "Note"