Hi,
I have a burning question regarding library creation. I need to create a few new libraries of my custom assets. MANY custom assets. I have the folder structures neatly ready: for each library a root folder with max files, each max file containing single model. Subfolders "maps" and "thumbnails". Names of thumbnails are identical to the names of max files.
Now, I know I can use the Library browser > right click > Import objects > import multiple assets into the library. However, the process of initalizing the objects in "Import objects" window from many max files takes very long time, proportionally.
Alternative, which I have already tried, is create "index.xml" and manually create paragraphs of <item class> entires. This would be in this case VERY time consuming.
Is there a way, to automatize the creation of index.xml (probably outside the interface of 3dsmax), if the proper conditions are met (same folder structure, idnetical naming convention)? Perhaps some batch file, script, etc?
Some vendors (maxtree collections) provide such index.xml files, working right off the bat, if mentioned requierements are met, and it's super handy. However, this is not case of our own files, of course.