https://bugs.kde.org/show_bug.cgi?id=364096
Bug ID: 364096
Summary: Scml spriter export fails to properly crop the layers,
fails to export animation frames
Product: krita
Version: 3.0
Platform: unspecified
OS: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: File formats
Assignee: [email protected]
Reporter: [email protected]
problem 1: layers are not cropped properly.
This is due to krita's brush engine creating a dot pixel outside of the canvas
area.
Spriter exporter should automatically delete all pixels that are outside of the
canvas
This ugly dot appears on all body part layers:
http://i.imgur.com/8npq1XY.png
when in krita it is not visible- because it is created by krita's brush tool
outside of the visible canvas.
problem2: when using animation frames in krita, i expect those to all get
exported - they are useful for body part variations to later use in spriter.
Instead krita only exports the very first frame of any layer that contains more
than one frames.
Reproducible: Always
Steps to Reproduce:
1.open krita
2. draw 2 body part layers, one of which with multiple frames
3. export to scml spriter
Actual Results:
all your exported body parts will not be cropped propperly and an extra ugly
brush dot will be created outside of canvas:
http://i.imgur.com/8npq1XY.png
All the layers with animation frames will fail to export any frames that are
not the firs frame
Expected Results:
crop properly, export all frames (head-1,head-2..and so on)
--
You are receiving this mail because:
You are watching all bug changes.