Julian Groß
Julian Groß
What exactly does this do? It sounds like this fixes the buttons on the menu bar, but the code seems to match pressing specific keys instead. Does this fix the...
It seems like it crashes now. I needed to press the change view button as well to cause it this time. ``` #0 ViewFrustum::ViewFrustum() at /home/juliangro/git/overte/libraries/shared/src/ViewFrustum.h:36 #1 render::FetchSpatialTree::run() at /home/juliangro/git/overte/libraries/render/src/render/CullTask.cpp:117...
I could have sworn we have an issue for this open already, but I cannot find anything else. I guess that must have been back in Vircadia days then.
I believe the conses last year was that we shouldn't allow saving arbitrary files to arbitrary locations from the script engine. Maybe we could create an API that allows saving...
I wonder if that avatar has a root bone or something that is further down than the rest of the avatar. In my experience, issues with avatars being too high...
I gave this a test and noticed two things: The example script doesn't do anything on my system. I ran: ```JavaScript const file = Window.save("Export world JSON", "", "*.json"); ```...
Server side, this appears to be working fine. At least 74 and I were able to connect to anime-avatars, which is running 964dbbb right now.
Yeah, this is a good point. If someone ever wanted to support Google Poly's [successor(?)](https://icosa.gallery/), they should just have it be a plugin. Not to mention, the scripting API doesn't...
We do have other weirdness related to the menu bar, maybe it is related? https://github.com/overte-org/overte/issues/167 If you are on KDE, could you try setting `XDG_CURRENT_DESKTOP=foo` as environment variable?
Maybe automatically adding a calibrate button to the tablet, when additional trackers are detected, would make sense. VRChat does this as well. Rather than adding a full button, there is...