overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
142 stars 50 forks source link

Uuid.NULL is broken #1167

Open ksuprynowicz opened 4 hours ago

ksuprynowicz commented 4 hours ago

It should return string "{00000000-0000-0000-0000-000000000000}", but it doesn't return anything and getter doesn't seem to be called at all.

ksuprynowicz commented 4 hours ago

This is probably breaking a lot of scripts, so I'm looking into fixing it right now.

ksuprynowicz commented 1 hour ago

This is unfixable sadly. It's an issue inside Qt Metaobject Compiler, which for some reason doesn't report property called NULL.

ksuprynowicz commented 55 minutes ago

It turns out this was already broken in QtScript Overte, and even in 2021 Vircadia Appimage. Thanks to Keeshii for checking!