Bug 477649 - Python Paste as Paint Layer
Summary: Python Paste as Paint Layer
Status: REPORTED
Alias: None
Product: krita
Classification: Applications
Component: Scripting (other bugs)
Version First Reported In: 5.2.1
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-28 02:37 UTC by keyth_qcfx2
Modified: 2023-11-28 02:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description keyth_qcfx2 2023-11-28 02:37:00 UTC
Ability to make a paste into new layer directly. Using a command like:

Krita.instance().action( "paste_as_paint_layer" ).trigger()

it would act like “edit_paste” action but would not be tool dependent on how paste would act. Currently “edit_paste” with every tool places a new layer but if the Reference tool is active it places references instead. In contrast “paste_into” does not create a new layer and gets stuck on a transform action and needs a input from the user to be finished. There is a “paste_as_reference” layer so it would be nice to