Houdini 20.0 Nodes Geometry nodes

Labs Extract Filename geometry node

Utility SOP to store the filename of a file SOP as its detail attributes to be then used in other SOPs.

This utility SOP makes extracting filenames from files imported with a file sop very easy. This is extremely useful when processing large number of meshes in batch, and you want to utilize file names for ex baking outputs.

Note

The tool requires a file sop to be plugged in as the direct node above it in order to function properly when using the default input mode.

Parameters

Input

Input

The mode used to determine which file SOP should be used to extract the path attributes from.

File SOP

When Input is set to Custom File SOP, the path (can be relative) in this parameter will be used to extract instead.

Output

Full Path Attribute

This is the detail attribute name that will be used to store the full file path in. (ex C:/Folder/box.fbx)

File Path Attribute

This is the detail attribute name that will be used to store the file path in. (ex box.fbx)

Filename Attribute

This is the detail attribute name that will be used to store the filename in. (ex box)

Geometry nodes