TBertrand
Sept. 6, 2022 05:06:06
Hi,
I want to batch export FBXs via PDG, the FBXs should have the name of each corresponding mesh.
Tried it with the name node and @path without any luck.
And @`pdg_index` also creates incremental suffixes like "xyz_01, xyz_02 ..."
Thx
Robbert
Sept. 13, 2022 03:42:27
Have not opened your file but quickly looking at the question; the backticks should include the @ so; `@pdg_index`. This way you can include any arbitrary TOPS attribute into a string parameter. So if you have a @name attribute on your work items just use `@name` in the FBX output file parameter. Hope this helps