On this page |
How to ¶
To... | Do this |
---|---|
Find things using the dashbox |
|
Limit the search to one category |
|
Choose between “Fuzzy” and “Substring” search |
The Dashbox provides two different ways to match what you type: fuzzy and substring search. Fuzzy is the default.
Fuzzy
Substring
Tip Currently your choice is only saved across the current session, and resets when you restart Houdini. |
Tips and notes ¶
-
When you specify multiple “filter” tags, they are combined inclusively. For example, if you specify both
#hom
and#vex
, the Dashbox will show results from both HOM and Vex. If you do a node search and specify both the#sop
and#lop
tags, the results will include both SOP and LOP nodes. -
If results seem to update slowly as you type, try switching to “Substring” searching.
Categories ¶
The Dashbox ships with a useful set of search categories. In future versions, we plan to expand the functionality of the Dashbox and its categories, and integrate it with legacy search functions like help and node search.
Name |
Description and Tags |
---|---|
Expression |
Searches expression functions.
Only search in this category.
Search argument names in addition to function names. |
Help |
Searches the help.
Search this category (help is normally not included unless you use this tag). |
HOM |
Searches Houdini’s Python scripting API.
Only search in this category.
Limit search to class names.
Limit search to function names.
Limit search to enum value names. |
Math |
Evaluates what you type as a mathematical Python expression. Python built-ins, and global variables. The context in which the expression is evaluated has useful functions available, but does not contain functions that might have side-effects. The context includes:
Only search in this category. |
Node Path |
Finds node instances by their name/path.
Only search in this category and Node Type.
Only search in this category only.
Search node names only, ignoring the rest of the path.
Limit searches to nodes of this network type. |
Node Type |
Finds node thpes by their internal name and/or label.
Only search in this category and Node Path.
Only search in this category only.
Only search internal names of node types.
Only search human-readable labels of node types.
Limit searches to node types of this network type. |
Preferences |
Finds global Houdini preferences by name.
Only search in this category. |
Display Options |
Finds 3D scene viewer display options by name.
Only search in this category. |
Pane Tabs |
Finds and selects existing pane tabs, or opens a new floating tab the a tab of the matched type does not exist yet.
Only search in this category. |
USD Stage Prims |
Finds USD prims in a USD stage created by a LOP network. Unlike other categories, this category does not use the standard Dashbox matching. Instead, it interprets what you type using the LOP selection rule syntax. If a word contains only letters and numbers, the Dashbox adds wildcards at the start and end (so The category tries to choose a reasonable LOP node to search given the current state of Houdini:
Only search in this category. |
VEX |
Finds VEX functions by name.
Only search in this category. |