Skip to content

Commit

Permalink
Ensure mesh warper panels are opened by default (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jul 30, 2024
1 parent 59ef74c commit 2df8cff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OpenSimCreator/Platform/OpenSimCreatorApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ namespace
{"panels/Muscle Plot/enabled", false},
{"panels/Output Watches/enabled", false},
{"panels/Output Plots/enabled", false},
{"panels/Source Mesh/enabled", true},
{"panels/Destination Mesh/enabled", true},
{"panels/Result/enabled", true},
});

// minor alias for setlocale so that any linter complaints about MT unsafety
Expand Down

0 comments on commit 2df8cff

Please sign in to comment.