Pierre-Thomas Meisels

Results 146 comments of Pierre-Thomas Meisels

> LGTM But reminder that at some point we should rework everything related to systems and arch as it's becoming quite messy. Maybe you can write an issue so that...

Tested all exports (arm64, x86_64 and universal) for MacOS with hotspot.

> Tested on linux; > > - Editor binary without jre: OK > > - Editor binary with jre: OK > > - Release_debug export: OK > > - Release...

We should keep in mind cop code still needs some adaptations, even in glue code

When does this appear ?

> tm is to rollback to an earlier version of i You still have the problem with last godot kotlin version ?

Hello ! We cannot do much on this. `Control::_set_anchor` is private method. This is why no setter is generated.

I'm not sure about exposing private c++ method. Is it possible in gdscript ? If so maybe we should expose private method. But I would first look if this can...

It is private in control cpp: https://github.com/godotengine/godot/blob/8e68f2e5f48c66bfa80b9bb7746a488afb70086d/scene/gui/control.h#L216