I wonder if someone can help me out here. I am trying to make a batch conversion script with Python and I have no idea what I am doing. I found another script on the forum that I modified and it is almost doing what I need. The only thing missing is control of the mesh settings when exporting to .obj. The default setting are a bit course for my needs. This is the code I have thus far. Thanks in advance!
Thank you Pascal, that does work but it requires me to manually enter the values for each file. Is there a way to enter export settings in the script? I have over a thousand of these files to batch.
Bumping this again as I have not been able to figure it out myself. I have the script in my first post working well but my mesh setting need to be higher as I am getting very jagged renderings. I found another batch script written by Mitch Heynick that appears to be setting the mesh quality on export but I have not been able to add the functionality into my script. Below is the part of Mitch’s code that I believe is setting the export quality. Is there anyway I can add something like this into my script?