Skip to content

Commit 47ab31a

Browse files
committed
Set camera on loading images from CLI
1 parent 5cc2ae9 commit 47ab31a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Studio/Interface/ShapeWorksStudioApp.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,9 @@ void ShapeWorksStudioApp::import_files(QStringList file_names) {
442442
} catch (std::runtime_error& e) {
443443
handle_error(e.what());
444444
}
445+
446+
visualizer_->reset_camera();
447+
445448
handle_message("Files loaded");
446449
handle_progress(100);
447450
}

0 commit comments

Comments
 (0)