I’m making a plugin to export all the parts in a model with PluginManager():ExportSelection() but I’m receiving the following error. How can I set the export filetype? It’s not a parameter in the function.
What file path argument are you passing to it? I would try ending it in .obj if you aren’t already
Ohhhh. I set the filepath to a folder because I assumed it would create a new .obj file for me. Thank you.