Layer search

I made a script FLayer, meaning “Find and Set a specified Layer as the CurrentLayer”. You can download it here (FLayer.rvb) :
FLayer.rvb (1.0 KB)

Hint: Full path can be specified, like so:

PARENT::CHILD::CHILD::ASO

To simplify typing long paths the script also translates any comma (“,”) into the std path delimiter “::”, meaning that also the following path would be found:

PARENT,CHILD,CHILD,ASO

If only the end target layer name is specified (i.e. “ASO” above) the first occurence in the layer tree is set to CurrentLayer. If the layer name or path is not found, a message indicates so in the command line.

For instructions how to install the script so it’s always available (with a shortcut name “FL”), see th following post :

Enjoy!

// Rolf