We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc2ae9 commit 47ab31aCopy full SHA for 47ab31a
Studio/Interface/ShapeWorksStudioApp.cpp
@@ -442,6 +442,9 @@ void ShapeWorksStudioApp::import_files(QStringList file_names) {
442
} catch (std::runtime_error& e) {
443
handle_error(e.what());
444
}
445
+
446
+ visualizer_->reset_camera();
447
448
handle_message("Files loaded");
449
handle_progress(100);
450
0 commit comments