don't generate outro & pause in tasks mode
This commit is contained in:
parent
87535f1a0b
commit
9b24ca80ac
1 changed files with 0 additions and 14 deletions
|
@ -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
|
|
||||||
))
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue