• Editor
  • Search in tree

Hello, is there a way to select multiple bones via tree search? For example:Tail_1, Tail_2, Tail_3.
Ps. The search is clearly missing regular expressions!
Thank you!

Related Discussions
...

Tree Search supports regex search, however you can't automatically select regex matches. To use regex in the search field, just start and end with /.
More on the subject here: Tree view - Spine User Guide: Text search

Holly Cow! Amazing! Thank you very much Søren!

If you need any help with regular expressions, just let us know! For example, /Tail_.*/ will match everything starting with Tail_.

You probably know enter will take you to the next match. You can also press ctrl+enter to select all matches in the tree. That can be helpful, for example, to drag or delete all the matches.