Fix old projects after renderlib split
This commit is contained in:
parent
5fb2e1bbf2
commit
945f7c1cd6
126 changed files with 3379 additions and 26 deletions
|
@ -3,6 +3,7 @@
|
|||
import subprocess
|
||||
import os.path
|
||||
from renderlib import *
|
||||
from schedulelib import *
|
||||
from easing import *
|
||||
import svg.path
|
||||
|
||||
|
@ -160,7 +161,7 @@ def pauseFrames(params):
|
|||
('text1', 'style', 'opacity', 0),
|
||||
('text2', 'style', 'opacity', 0),
|
||||
)
|
||||
|
||||
|
||||
def debug():
|
||||
render('intro.svg',
|
||||
'../intro.ts',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue