I recently created a plugin for Krita that can be activated with a shortcut. I’ve noticed that when I’m on a layer works but when I press the shortcut over a group (in the layers), it doesn’t work. I thought it was an issue with my plugin, but I’ve tested it with other plugins, and the same problem occurs. Is this a bug, or is there something I’m missing here? This is the plugin I’m trying to fix GitHub - cesarsampedro/DirectExport: Direct Export is a Krita plugin specifically designed for game developers and digital artists who need to streamline their workflow.
If you enter “0” in the “activationFlags” of the .action file, the shortcut will work for all layers.
The following topic is helpful
2 Likes
Yeah, that solved the issue! Thanks.