
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.