Fix old projects after renderlib split
This commit is contained in:
parent
5fb2e1bbf2
commit
945f7c1cd6
126 changed files with 3379 additions and 26 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
from renderlib import *
|
||||
from schedulelib import *
|
||||
from easing import *
|
||||
import math
|
||||
|
||||
|
@ -121,7 +122,7 @@ def tasks(queue, params, idlist, skiplist):
|
|||
# '$TAGLINE': person['tagline'],
|
||||
# }
|
||||
# ))
|
||||
#
|
||||
#
|
||||
# queue.put(Rendertask(
|
||||
# infile = 'lower-third.svg',
|
||||
# outfile = 'event_{}_persons.png'.format(str(event['id'])),
|
||||
|
@ -130,7 +131,7 @@ def tasks(queue, params, idlist, skiplist):
|
|||
# '$TAGLINE': '',
|
||||
# }
|
||||
# ))
|
||||
#
|
||||
#
|
||||
# place a task for the outro into the queue
|
||||
if not "out" in skiplist:
|
||||
queue.put(Rendertask(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue