Issue/2174 - Show items with no GUI tag in asset in the GUI (#3133)

* Always add GUI properties, even if tag is not in the asset

To make objects wihtout GUI tag be included in the UI

* Hide the hover circle, to clean up scene menu list a little

* set root node gui hidden property to true

* Properly add the gui properties for all scene graph nodes (even root)

* Update GUI hash
This commit is contained in:
Emma Broman
2024-04-03 09:23:49 +02:00
committed by GitHub
parent d48f77fd9e
commit 19f0f707dc
5 changed files with 14 additions and 6 deletions

View File

@@ -147,6 +147,7 @@ public:
std::string guiPath() const;
bool hasGuiHintHidden() const;
void setGuiHintHidden(bool value);
static documentation::Documentation Documentation();