Getting Export Settings Always Fails

image
I Am getting a constant error no matter what I am doing with the ExportSelectedModel command.
Selected excerpts from my bat file:

set obj_file_path"%RootFolder%\Model.obj"
set export_obj_params=“%RootFolder%\export\exportSettings.xml”

-exportSelectedModel %obj_file_path% %export_obj_params% ^

exportSettings.xml (2.1 KB)

This is my export settings which was directly exported from a manual export of the same batch of images. When I try to run the command without an export settings, I get a "Not enough arguments for command -exportSelectedModel.
This is very frustrating and I can run some of the sample scripts that do an export completely fine.

Hi @tsnyd
Is this exact copy of your script? If so, you are missing an equal sign in first set command(which could be related also to your issue with the number of the arguments, as the command is also working for one argument).
Also, I tested your parameters file and it worked for me.

That did it! That’s what I get for having a 200 line bat file. Good catch

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.