Mathias Baumgartinger

Results 40 issues of Mathias Baumgartinger

**Your Godot version:** 3.4.stable **Issue description:** As described in this issue: https://github.com/godotengine/godot-proposals/issues/4483, the ``items`` property in OptionButton/PopupMenu/ItemList is not at all documented (and thus even more misleading that it already...

enhancement

As suggested in the title making the ``ovr_main.gd`` or as in my case an extension of this script a tool, will result in the editor crashing. This does make sense...

Hello @BastiaanOlij ! I am currently working around with the new OpenVR actions described in https://github.com/GodotVR/godot-openvr-asset/wiki/OpenVR-actions. While trying to update my features that were originally bound to the controller (like...

When using a ``RemoteTransform`` on a ``ARVRController`` the transform of the node is not applied correctly. Could it be that the rotation gets incremented double time?

### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my idea. ### Your idea. Currently, when saving a document...

feature request

Godot 4 made working with addons such as geodot much more appealing, as it includes things such as documentation and intelligent code completion right in the editor. As such, including...

The function (at least on a GPKG) will not show immediate effects in the landscapelab. QGIS showed the added values, but only on a specific zoom level. Rebuilding overviews is...

Currently getting the type can be done via: `geo_feature_layer.create_feature().get_class()`. Apart from it always creating a feature it is rather inconvenient. OGR offers a way to get a geometry type as...

As of now, when creating an attribute via `set_attribute(String name, String value)`, the row with `String name` has to exist in the dataset for the entry to be persisted. It...

The calculations done in `World/Environment/SunPosition.gd:get_solar_angles_for_datetime` seem off (or are not properly applied). E.g.: Sunset is at ~18:30 on June 21st which cannot be true ![image](https://github.com/boku-ilen/landscapelab/assets/33001106/7d149a3e-fe4a-4dc7-9ad5-1a6ab234a4fa)

wontfix