Skip to content

Commit afa47c9

Browse files
committed
Fix small bug where iso spacing is blank when segmenentations are loaded from CLI with no project
1 parent 74cc375 commit afa47c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Studio/Interface/ShapeWorksStudioApp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ void ShapeWorksStudioApp::import_files(QStringList file_names) {
436436
if (first_load) {
437437
// On first load, we can check if there was an active scalar on loaded meshes
438438
session_->set_feature_map(session_->get_default_feature_map());
439+
// reload groom parameters because iso spacing depends on the images loaded
440+
groom_tool_->load_params();
439441
}
440442
} catch (std::runtime_error& e) {
441443
handle_error(e.what());

0 commit comments

Comments
 (0)