Is it possible to use variables in the SaveGeom node?
My idea is, say I want to batch process 50 scans… Each of the original scans is in a different folder. I’d like to save each processed scan side by side the original with a name like OriginalMeshName_processed.obj. Is that possible currently?
I know it’s a big problem, but currently it’s impossible. We are planning to add Python scripting soon so that one will be able to add Python expression into node parameters.
The .wrap file is a text file. So for each scan you can replace the path in the respective paths in text file and then execute the .wrap file through command line.