https://bugs.kde.org/show_bug.cgi?id=409949
--- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit f78b6082f5c03d88fce513947f81901e6f31a1d4 by Dmitry Kazakov. Committed on 21/09/2019 at 10:07. Pushed by dkazakov into branch 'krita/4.2'. Strikethrough (and disable) a clone, whose source is a pass-through group Clone layers in Krita copy the projection of the source layer (and apply some effects to it, like offset, masks and etc). But pass-through group layers don't have any projection by definition, so clone layers cannot copy them. The only way to allow clone layers to copy pass-through groups is to copy their "projection plane" and "projection leaf" instead of projection device. But then there will be problems with masks, blending mode and other funny problems we never thought about. This patch just disables a clone layer that is connected to a pass-through group and notifies the user about it by striking-through its name. M +24 -4 libs/image/kis_projection_leaf.cpp M +9 -1 libs/image/kis_projection_leaf.h M +2 -2 libs/ui/kis_node_model.cpp M +1 -1 plugins/dockers/animation/timeline_frames_model.cpp https://invent.kde.org/kde/krita/commit/f78b6082f5c03d88fce513947f81901e6f31a1d4 -- You are receiving this mail because: You are watching all bug changes.