Find Node: search for multiple nodes in one search? {[SOLVED]}

   1198   3   0
User Avatar
Member
1177 posts
Joined: April 2017
Offline
If I have many geo nodes and I want to find a few specific ones. I'm trying to use the Find Node window but I don't get how I can add multiple names in one search.

Let's say I want to get the geo nodes named "Table", "Chair", and "Floor". What do I use in the search field? I tried separating each word with: , & + etc. Nothing works.

Any clue?

-Olivier
Edited by olivierth - Oct. 16, 2023 14:05:43

Attachments:
Houdini_Find_Nodes_01.JPG (30.6 KB)

User Avatar
Member
9384 posts
Joined: July 2007
Offline
try
table | chair | floor
since you want OR not AND
Edited by tamte - Oct. 16, 2023 13:29:58
Tomas Slancik
CG Supervisor
Framestore, NY
User Avatar
Member
1177 posts
Joined: April 2017
Offline
Arg, close!

It's good but if I'm looking for table and my scene has table and table01, this will pick both instead of only table.

is there a way to not find any variations of the words?

-Olivier
User Avatar
Member
1177 posts
Joined: April 2017
Offline
AH! Found it!

I need to use quotes so I would search like this:

"table" | "chair" | "floor"
  • Quick Links