i want to deactivate all GUI Items in Coppelia when starting up.
so i set
Code: Select all
statusbarInitiallyVisible = false
modelBrowserInitiallyVisible = false
sceneHierarchyInitiallyVisible = false
Now when deploying coppelia the scene hierarchy is hidden but the model browser and the status bar are still visible.
Cheers