Rob Blanckaert
Rob Blanckaert
When importing a mesh, allow the user to simplify the created physics TriMesh with mesh optimizer.
Adds a new simplification option to the model importer when the trimesh physics mesh mode is selected similar to how the options for convex decomposition are presented. Also adds GDScript...
This would allow calling function that expect to be passed a c function pointer argument.
SceneImportSettings uses a timer to debounce updates, but the timer isn't a one shot. This means after the first update is scheduled, the dialog keeps re-rendering even though no update...
**Work in Progress** Implements https://github.com/godotengine/godot-proposals/issues/2321 Currently the API is very simple, a new method is created `OS.send_midi` that accepts a InputEventMIDI and sends it to the midi device specified in...