From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

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.

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.

Usage

  • F - partial strings
  • CtrlF - partial (case sensitive)
  • AltF - complete match
  • CtrlAltF - exact match (case sensitive)
  • ⇧ ShiftF - to repeat a search. It cycles around when it reaches the last entry.