renderlib: Only render a single frame with "only-frame"
This commit is contained in:
parent
ce5d4ab927
commit
1e4f2f298e
1 changed files with 7 additions and 6 deletions
|
@ -137,6 +137,7 @@ def cachedRenderFrame(frame, frameNr, task, cache):
|
|||
|
||||
svgfile = '{0}/.frames/{1:04d}.svg'.format(task.workdir, frameNr)
|
||||
|
||||
if not skip_rendering:
|
||||
with SVGTemplate(task, svgfile) as svg:
|
||||
svg.replacetext()
|
||||
svg.transform(frame)
|
||||
|
|
Loading…
Add table
Reference in a new issue