mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
75636afd64
This is a common solution in the DocApi wrapper that takes cares of the duplicated cels that we're copying with copyCel() and that are linked in the source, so then it maps the links into the destination. Solving this in DocApi we fixed the problem on the timeline drag-and-drop (doc_range_ops), copy/paste clipboard ranges, and merged the code in NewFrame to duplicate (linked) cels. We've also added 3 variants of Duplicate Cels with this change: - Duplicate Cels: Copies the whole cel block without linking to previous cels. - Duplicate Linked Cels: Copies the whole cel block linking all cels to previous cels. - Duplicate Cels w/Layer Mode: Depending on the layer mode (continuous or not) the cels will be linked or not (this is how "duplicate linked cels" was working before, and was added just in case for backward compatibility). Fixes: http://steamcommunity.com/app/431730/discussions/1/142261352649813598/ |
||
---|---|---|
.. | ||
en.ini |