Hello,
I'm creating a collection of building models from an ESRI file GDB feature class. I'm writing eachmultipatch to a Wavefront OBJ file. Any number of these OBJ files may be imported into a modeling program at the same time. I've had problems when different models refer to texture files that have the same name.
My workbench assigns a unique name to each OBJ file. I want each texture associated with a model to employ the unique obj name in the name of the texture image: eg: bosYU9732__n].jpg
Currently, FME names each texture "nonamemn].jpg where en] is a small integer.
I found this thread from 2014 which seems to include tips for hacking the .mtl file. https://community.safe.com/s/question/0D54Q000080hE7FSAU/rename-material-and-texture-from-wavefront-obj-to-obj
Unfortunately many of the links are broken, and it is not clear whether any of the replies were useful to the original poster.
Has anyone got updated tips or an example for me?
Thank you!