Created attachment 112624 [details] The image(s) I'm struggling with, CRABGINEERING.kra is the main one, and I'm having trouble smoothly editing crab-tutorial.kra So, I've made several file layers out of a base painting, an ocean scene, and then referenced them across different paintings, like a single school composed of smaller fish which are themselves also file layers, but every time I try to save one of the middle file layers it can't find the smaller individual fish images and asks for every single one of the references. Every time. It's really obnoxious It looks for a path in my Temp user folder, but they're all stored in the same base folder with the main painting because multiple middle-man paintings use them. Manually loading them works, but it's a bit frustrating, especially since it asks me to manually load them every time and doesn't appear to save the path it's been given.
Hi Alina, I can confirm the bug. I suspect the issue is that the file layers are all .kra files.
Or rather, it breaks on having .kra files that contain file layers.
*** Bug 386515 has been marked as a duplicate of this bug. ***
Git commit 6828f33fe3e92fd4ca151bd44ce1886118d01ed6 by Boudewijn Rempt. Committed on 05/06/2018 at 14:32. Pushed by rempt into branch 'krita/4.0'. Do not allow .kra files as file layers Nesting .kra files is dangerous, since a .kra file can contain file layers itself, which is not supported. Related: bug 386515, bug 325686 M +4 -1 libs/ui/dialogs/kis_dlg_file_layer.cpp https://commits.kde.org/krita/6828f33fe3e92fd4ca151bd44ce1886118d01ed6
Git commit 40a1a0c0999a20744ae08244df10b679f172b724 by Boudewijn Rempt. Committed on 05/06/2018 at 14:33. Pushed by rempt into branch 'master'. Do not allow .kra files as file layers Nesting .kra files is dangerous, since a .kra file can contain file layers itself, which is not supported. Related: bug 386515, bug 325686 (cherry picked from commit 6828f33fe3e92fd4ca151bd44ce1886118d01ed6) M +4 -1 libs/ui/dialogs/kis_dlg_file_layer.cpp https://commits.kde.org/krita/40a1a0c0999a20744ae08244df10b679f172b724
Nice, thanks!