How come the Linux release disables exporting? Given that all the “hard” stuff regarding model creation works, what breaks about writing vertex data to a file?
Hello @szwwc789ab
Which option for export are you using? For Wine, the web dialogues won’t work (WORKFLOW/[3] Output/Export or Share). You need to use the option MESH & COLOR/Export/Model & Point Cloud.
for wine, using -exportModel “模型3” “/home/user/1.obj” “/home/user/export_settings.xml”,If I want to export through the command line, how should I do
How are you opening RealityScan? Are you using Terminal for that? Are you using this command in the console view? Also, you need to have the proper paths. For me the command works with: -exportModel “Model 1” “Y:/Documents/Exports/CLI/model.obj”
Thank you very much. Just make sure to add “z:” to the export path. ![]()
