Closed Maikenvv closed 7 years ago
Ahh, interesting! Absolutely, although not sure how user-friendly it will be with a text-input only (would love to add custom UI later on, no time right now).
Well, think I solved it :)
(Using the same principle as when navigating layer tree for selecting; >
for children, <
for parent, digits for layer index, etc, so %>0
would be first child, to get its title; append .t
. So %>1>0.t
would be the name/title of the first layer in the second group inside the selected group...)
"Added ability to rename group by its children layers (fixes #6) ie. put "%>0.t" (without quotes) in the replace-with-input-box to get first child name Bumped version nr"
A more concrete use case I actually run into today;
The above example was exactly my problem. Thank you for adding this. This will save a lot of time working on projects and keeping everything in sync.
I would like to rename groups after a layer within them. Is it possible to add this?