Summary: | Copy Paste to Frame | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Leonardo Kaempf <monatsend> |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | dimula73, gordie.lachance+dev, scottpetrovic |
Priority: | NOR | ||
Version: | 3.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/krita/a4df42f88c2e9dd01e83110270ba5bfdf939d408 | Version Fixed In: | |
Sentry Crash Report: |
Description
Leonardo Kaempf
2016-06-10 00:03:16 UTC
This would be a feature request. There is no way for Krita to know now if you want to paste your clipboard content into a layer, or paste your clipboard content into an animation frame. Totally agree, highly required ! Which also means the current "Copy Frame" command should be renamed to "Clone Current Frame" or something like that. I'm going to fix the issue by pasting the selection into an animated layer with the same start and end time. So, will it be possible to merge these Layers without loosing the frames? What I mean is: Will it be possible to merge pasted material into the frame I am working with? Git commit eca15c47e552827ec9440ac8bcc8140e4c38b601 by Dmitry Kazakov. Committed on 13/04/2018 at 11:37. Pushed by dkazakov into branch 'master'. Fix copy-pasting pixel data from animated layers Now when you copy-paste animated frame data, it is pasted into exactly the same time range position. It means that if you later merge down this data back to the original layer, you will not get a data loss. The data will be merged exactly into the position where it has been taken from. CC:kimageshop@kde.org M +18 -2 libs/ui/actions/KisPasteActionFactory.cpp M +17 -3 libs/ui/actions/kis_selection_action_factories.cpp M +30 -3 libs/ui/kis_clipboard.cc M +4 -1 libs/ui/kis_clipboard.h https://commits.kde.org/krita/eca15c47e552827ec9440ac8bcc8140e4c38b601 Git commit a4df42f88c2e9dd01e83110270ba5bfdf939d408 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 02/05/2018 at 11:54. Pushed by rempt into branch 'krita/4.0'. Fix copy-pasting pixel data from animated layers Now when you copy-paste animated frame data, it is pasted into exactly the same time range position. It means that if you later merge down this data back to the original layer, you will not get a data loss. The data will be merged exactly into the position where it has been taken from. CC:kimageshop@kde.org (cherry picked from commit 39ec1d47a59425969814dc840209ec2433bdd133) M +18 -2 libs/ui/actions/KisPasteActionFactory.cpp M +17 -3 libs/ui/actions/kis_selection_action_factories.cpp M +30 -3 libs/ui/kis_clipboard.cc M +4 -1 libs/ui/kis_clipboard.h https://commits.kde.org/krita/a4df42f88c2e9dd01e83110270ba5bfdf939d408 |