I am using two windows to view the same drawing with one window dedicated to a particular layer. The problem is whenever I add/group a layer in the other window, the dedicated window will also change active layer to the newly added layer.I looked around and it seems impossible to prevent without changing the source code. Is there a part of the code I can just delete to prevent the active layer from changing whenever adding a new layer(or grouping layers)?
Thank you very much! I’ll be using this but this is not exactly what I had in mind. I didn’t mean for it to be an isolated layer and I still want to be able to paint on the window.
My workflow is, for example, I’m on the coloring layer and I want to edit the lineart layer, I can just switch windows and edit it right away then switch back to coloring. Other than layers, the selected brushes and colors are also independent from each window.
switch to lineart layer
pick color black
pick lineart pen
draw
switch back to color layer
pick previous color
pick paintbrush
becomes:
switch to lineart window
draw
switch back to coloring windows
I’m actually using multiple windows(for backgrounds, lineart, hair, etc). I use linux and have each window on workspaces so I can cycle through them pretty easily. The problem with this setup is I have to manually reclick the layers for every window whenever I add/group a new layer because all of them refocuses to the new layer.
As a workaround, I ended up with a global hotkey that sends a keyboard input to all krita windows at once to press the “Activate previously selected layer” shortcut.