glt24: make inkscape rendering usable again
This commit is contained in:
parent
1f8d859bbc
commit
58bc29249e
4 changed files with 23 additions and 18 deletions
4
make.py
4
make.py
|
@ -99,7 +99,9 @@ renderlib.args = args
|
|||
# sys.exit(1)
|
||||
|
||||
|
||||
def render(infile, outfile, sequence, parameters={}, workdir=os.path.join(projectname, 'artwork')):
|
||||
cwd = os.getcwd()
|
||||
|
||||
def render(infile, outfile, sequence, parameters={}, workdir=os.path.join(cwd, projectname, 'artwork')):
|
||||
task = renderlib.Rendertask(infile=infile, outfile=outfile,
|
||||
sequence=sequence, parameters=parameters, workdir=workdir)
|
||||
return renderlib.rendertask(task)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue