From BlenderWiki

Jump to: navigation, search

[edit] Introduction

A request from the Plumiferos feature wishlist, this feature enables you to find an item with the name you provide. You can either do a new search, or find the next element with a particular name.

[edit] Searching

Only searches for simple strings are possible right now. Things like regular-expressions, booleans, python-code, are not supported.

Upon a successful search, the Outliner will unfold all the levels hiding the found item. The found item will become the only item in the outliner with outliner selection.

[edit] Usage

  • F - partial strings
  • Ctrl F - partial (case sensitive)
  • Alt F - complete match
  • Ctrl Alt F - exact match (case sensitive)
  • Shift F - to repeat a search. It cycles around when it reaches the last entry.