don't generate outro & pause in tasks mode

This commit is contained in:
MaZderMind 2016-06-17 16:18:38 +02:00
parent 87535f1a0b
commit 9b24ca80ac

View file

@ -140,17 +140,3 @@ def tasks(queue, args):
'$personnames': event['personnames'] '$personnames': event['personnames']
} }
)) ))
# place a task for the outro into the queue
queue.put(Rendertask(
infile = 'outro.svg',
outfile = 'outro.ts',
sequence = outroFrames
))
# place the pause-sequence into the queue
queue.put(Rendertask(
infile = 'pause.svg',
outfile = 'pause.ts',
sequence = pauseFrames
))