Timo
Timo
> WS10 reproducable, but i have no idea what can cause this > note : it only freeze the relics window, not the whole software > > edit : when...
So to binding Enums we could instead do smth like this i suppose: ``` enum class A { a, b, c, d }; luabridge::getGlobalNamespace(lua_state) .beginNamespace("A") .addProperty("a", []() {return static_cast(A::a)) .addProperty("b",...
> make sure to move the git entry to the top if you still find the WSL version
> Please upload an MRP to make this easier to test added in OP edit: sorry had to update the attachment, forgot to adjust owner of the reparented button
> This is not GraphEdit specific. Setting the owners correctly can be a bit tricky in certain cases. The reason that those nodes are not being saved lies in `PackedScene::pack`:...