mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Add TemplateProperty<std::vector<std::string>> as StringListProperty
Add default gui sorting to all scenes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user