You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
""" Utility SOP to store the filename of a file SOP as its detail attributes to be then used in other SOPs. """
10
+
11
+
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.
12
+
The tool requires a file sop to be plugged in as the direct node above it in order to function properly.
13
+
14
+
@parameters
15
+
Full Path Attribute:
16
+
This is the detail attribute name that will be used to store the full file path in. (ex C:/Folder/box.fbx)
17
+
File Path Attribute:
18
+
This is the detail attribute name that will be used to store the file path in. (ex box.fbx)
19
+
Filename Attribute:
20
+
This is the detail attribute name that will be used to store the filename in. (ex box)
0 commit comments