Sequencer: srt export support.

This commit adds a new operator that will compile the list of text
strips into an srt file. No positioning is supported yet but will
be added later.

The operator can be found in the effect panel in the strip properties.
This commit is contained in:
2015-07-03 12:34:23 +02:00
parent c864f5d140
commit 3129685f38
4 changed files with 118 additions and 2 deletions

View File

@@ -639,6 +639,7 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
if not strip.use_autocenter:
row.prop(strip, "xpos")
row.prop(strip, "ypos")
layout.operator("sequencer.export_subtitles")
col = layout.column(align=True)
if strip.type == 'SPEED':