Summary: | Clone engine cannot clone from layer that was used before (in the latest Ctrl+Click) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Griatch <sam.misc> |
Component: | Brush engines | Assignee: | Tiar <tamtamy.tymona> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | freebox64, tamtamy.tymona |
Priority: | NOR | ||
Version: | 4.1.5 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/688578f1f4e13c7260ae4e8b3312d04cd11b0e79 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | (Image) |
Description
Griatch
2018-12-09 10:13:32 UTC
Created attachment 116817 [details] (Image) (tested with Krita 4.2.0-pre-alpha (git f735708) - Ubuntu 14.04, i3wm) Hi, 1. "CTRL+ALT+LMB" doesn't seem to work in Krita 4 (https://phabricator.kde.org/R37:625c945f131968cb5d7e74592860a1ddcc49d990). As an aside, picking from a different image opened in Krita worked in v.2.9 not in v.4 (https://bugs.kde.org/show_bug.cgi?id=347961#c10). 2. Cloning from an hidden layer I don't think existed in Krita. I'm sharing my proposal in case. Note: as reported, Gimp allows to clone from an hidden layer (https://docs.gimp.org/en/glossary.html#glossary-samplemerge). I'm going to set the status to CONFIRMED for point 1 and maybe editing the title for more clarity, please, feel free to change it back if you like. Thanks! (confirming) Git commit 688578f1f4e13c7260ae4e8b3312d04cd11b0e79 by Agata Cacko. Committed on 17/04/2019 at 12:52. Pushed by tymond into branch 'master'. Allow Clone Brush (duplicateop) to use other layers Before this commit, Clone Brush was supposed to use the last layer the source was placed on (or the current layer if the last layer was unaccessible or the source wasn't placed yet). In reality it used always current layer. This commit fixes that behaviour. M +1 -0 plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings.cpp https://commits.kde.org/krita/688578f1f4e13c7260ae4e8b3312d04cd11b0e79 |