Object name while OBJ exporting

 From:  Michael Gibson
1832.4 In reply to 1832.3 
Hi Luca,

> Ok, if you confirm me that changing "object" with "filename"
> don't broke the OBJ file, I'll do that.

Yup, that should work fine to edit the OBJ file in a text editor, it will not break anything to just change those names.


> I'm not asking for that.... take ALL the time you want!

All done! :)

It was very easy to do since I already had some other programs set up (like SeparateOBJ) to scan through an OBJ and edit certain lines.

If you run the attached RelabelOBJ.exe program, it will ask you for a file name, and then it will go through and replace all the object names to be based off the file's own name instead of just "object".

So for instance if you have a file named my_file.obj, if you run the RelabelOBJ.exe program on it, all the object names will be turned from just "object1", "object2", etc... into "my_file1", "my_file2", etc...

Hopefully that will help out? Please let me know if it doesn't do what you need.

- Michael
Attachments: