Bug 376883

Summary: Paste on active layer & active keyframe.
Product: [Applications] krita Reporter: gordie.lachance+dev
Component: AnimationAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: Ahmettabak1, emmetoneill.pdx, GBirdboy, halla, tamtamy.tymona
Priority: NOR    
Version: 3.1.2   
Target Milestone: ---   
Platform: Other   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description gordie.lachance+dev 2017-02-24 12:23:12 UTC
Hi,
There is a "Paste" and "Paste into New image" commands, but it would be great to be have "Paste into Layer".
It would paste the buffer into the selected layer.
This is especially useful for animation; because actually a new layer is added each time you copy / paste something.
Comment 1 gordie.lachance+dev 2017-02-24 12:48:02 UTC
Related to https://bugs.kde.org/show_bug.cgi?id=364162
Comment 2 gordie.lachance+dev 2017-03-02 15:12:51 UTC
...Also, if there is an animation, it should paste only on current keyframe (autoframe OFF) or create a new one (autoframe ON).
Comment 3 SirPigeonz 2017-03-28 15:42:27 UTC
+1

I also really miss this feature, it's huge pain especially in animation.
Although would be very useful in illustration as well.
Comment 4 Sven Langkamp 2018-10-03 16:07:24 UTC
Git commit ea49ede1e2ca697440e23cee864c3ab5ca2492cc by Sven Langkamp.
Committed on 03/10/2018 at 16:06.
Pushed by langkamp into branch 'master'.

Jump to transform tool after paste. Can be enabled in the settings.
Differential Revision:15737

M  +1    -0    libs/ui/CMakeLists.txt
M  +14   -0    libs/ui/KisViewManager.cpp
M  +2    -0    libs/ui/KisViewManager.h
M  +15   -0    libs/ui/actions/KisPasteActionFactory.cpp
A  +51   -0    libs/ui/actions/KisTransformToolActivationCommand.cpp     [License: GPL (v2+)]
A  +47   -0    libs/ui/actions/KisTransformToolActivationCommand.h     [License: GPL (v2+)]
M  +3    -0    libs/ui/dialogs/kis_dlg_preferences.cc
M  +18   -1    libs/ui/forms/wdggeneralsettings.ui
M  +10   -0    libs/ui/kis_config.cc
M  +4    -0    libs/ui/kis_config.h

https://commits.kde.org/krita/ea49ede1e2ca697440e23cee864c3ab5ca2492cc
Comment 5 Tiar 2024-01-22 11:35:59 UTC
Seems to be implemented already.