Add TemplateProperty<std::vector<std::string>> as StringListProperty

Add default gui sorting to all scenes
This commit is contained in:
Alexander Bock
2017-12-06 17:04:10 -05:00
parent 6be6149e02
commit be98c3d784
18 changed files with 302 additions and 4 deletions

View File

@@ -5,3 +5,12 @@ mark_interesting_nodes = function(nodes)
end
end
end
set_default_gui_sorting = function()
openspace.setPropertyValueSingle(
'Global Properties.ImGUI.Main.Properties.Ordering',
{
"Solar System", "Milky Way", "Universe", "Other"
}
)
end