Houdini 11 Houdini Object Model hou

Search the houdini path for the specified file, returning a tuple of all the matches. The filename specified should be relative to the houdini directory.

Usage

findFiles(file_name) → tuple of strings

If the file cannot be found on the houdini path, OperationFailed is raised. Directories are not found, for directories use hou.findDirectories instead.

Replaces

Related topics