How to programmatically get the list of selected layers?
Hello everyone,
Is there a direct way to get the list of selected layers even if they are nested within groups?
Currently, I'm using this code I found on GitHub Which basically creates a new group that contains the selected layers, parses that group, and then undoes the grouping. I think that's too much of an overhead for a supposedly simple task, but I was unable to find any other better way to do it.
