Bug 376883 - Paste on active layer & active keyframe.
Summary: Paste on active layer & active keyframe.
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Animation (show other bugs)
Version: 3.1.2
Platform: Other Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-24 12:23 UTC by gordie.lachance+dev
Modified: 2024-01-22 11:35 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.