The commands for setting invert axis in OBJ export do not seem to work.
oSettings.setBoolValue( "InvertLat", false );
// Do not invert the vertical axis
oSettings.setBoolValue( "InvertVert", false );
// Do not invert the depth axis
oSettings.setBoolValue( "InvertDepth", false );
I have tried switching true and false, following the official Daz3D sample file, but the result is still exactly the same.
Official sample:
https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/file_io/export_obj_silent/start
