If mesh name contains word *test* don't set it to variable

How to make that if mesh contains word test it is not set to variable

The node that you marked checks whenever a Name is not-equal to “Test”.
It only compares the full string, it doesn’t check for the sub-string.

There is a different node that does what you want:

Is this what you’ve been looking for?

1 Like

Yes that was exactly what I was looking for. Thank you! :slightly_smiling_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.