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 74cc375 commit afa47c9Copy full SHA for afa47c9
Studio/Interface/ShapeWorksStudioApp.cpp
@@ -436,6 +436,8 @@ void ShapeWorksStudioApp::import_files(QStringList file_names) {
436
if (first_load) {
437
// On first load, we can check if there was an active scalar on loaded meshes
438
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();
441
}
442
} catch (std::runtime_error& e) {
443
handle_error(e.what());
0 commit comments