You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the formats menu of the file dialogue, choose One PNG image for animation frame (*-XXX.png).
Click Save and observe the results.
The problem stems from lib/animation.py, line 192 - this needs to be cel.save_as_png(filename, *doc_bbox, **kwargs), but there's something else required here - by default, a layer only seems to know to export itself, but not the backdrop image, so some additional tinkering in lib/layer.py might be needed.
I can try to look into it this week and submit a patch.
The text was updated successfully, but these errors were encountered:
Note that this won't fix the background problem, which really should be broken out into a separate ticket (due to complexity and being in a different part of the code).
To Repro:
File
->Export
.One PNG image for animation frame (*-XXX.png)
.Save
and observe the results.The problem stems from lib/animation.py, line 192 - this needs to be
cel.save_as_png(filename, *doc_bbox, **kwargs)
, but there's something else required here - by default, a layer only seems to know to export itself, but not the backdrop image, so some additional tinkering in lib/layer.py might be needed.I can try to look into it this week and submit a patch.
The text was updated successfully, but these errors were encountered: