Summary: | animation timeline- copy/paste active layer bug | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | ahmett <Ahmettabak1> |
Component: | Animation | Assignee: | Emmet O'Neill <emmetoneill.pdx> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emmetoneill.pdx, halla |
Priority: | NOR | ||
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/ca2ec62c0fdeb67d604cb4d0b02a6a370d8bcff7 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | video referance about paste problem |
Description
ahmett
2022-07-30 21:55:28 UTC
Created attachment 151012 [details]
video referance about paste problem
I've asked Emmet and Eoin to take a look. Ok, I've confirmed this bug. Thanks for the report, Ahmett. We'll look into addressing this one as soon as we can. Hi emmet,your welcome. in addition to this topic. when we did normal paste in 5.06, only the copied one frame was pasted into a new layer. Now it duplicates all frames to a new column. Git commit 72bad700c6835dcd6619fb2d687b862a6353624c by Eoin O'Neill. Committed on 03/08/2022 at 23:01. Pushed by eoinoneill into branch 'master'. Fix copy+paste working strangely with animated layers. Achieved this by "burning" the current frameid into copied paint devices. This is the desired behavior, as copy/pasted selections should really be a simple WYSIWYG interaction where the visible contents of a selection are copied. M +26 -0 libs/image/kis_paint_device.cc M +18 -0 libs/image/kis_paint_device.h M +19 -52 libs/ui/actions/kis_selection_action_factories.cpp https://invent.kde.org/graphics/krita/commit/72bad700c6835dcd6619fb2d687b862a6353624c Git commit ca2ec62c0fdeb67d604cb4d0b02a6a370d8bcff7 by Eoin O'Neill. Committed on 10/10/2022 at 18:37. Pushed by eoinoneill into branch 'krita/5.1'. Fix copy+paste working strangely with animated layers. Achieved this by "burning" the current frameid into copied paint devices. This is the desired behavior, as copy/pasted selections should really be a simple WYSIWYG interaction where the visible contents of a selection are copied. Related: bug 459763 (cherry picked from commit 72bad700c6835dcd6619fb2d687b862a6353624c) M +26 -0 libs/image/kis_paint_device.cc M +18 -0 libs/image/kis_paint_device.h M +19 -52 libs/ui/actions/kis_selection_action_factories.cpp https://invent.kde.org/graphics/krita/commit/ca2ec62c0fdeb67d604cb4d0b02a6a370d8bcff7 |