Godot Daily: UI Polish and Rendering Fixes
Twenty pull requests were merged on May 11th, focusing on UI improvements including PopupMenu search bar refinements, signal parameter naming fixes, and several rendering bug fixes for Metal shaders and SDFGI. The team also addressed memory leaks and added undo/redo support for camera pilot mode.
Duration: PT2M10S
Episode overview
This episode is a short developer briefing from Godot Daily.
It explains recent repository work in plain language.
- Show: Godot Daily
- Published: 2026-05-12T10:02:19Z
- Audio duration: PT2M10S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is Godot Daily for May 12th, 2026.
Yesterday saw significant activity with 20 merged pull requests addressing UI polish and rendering stability. AtomicAntt merged a cleanup of signal parameters across animation and XR classes, renaming various parameters called 'name' to avoid shadowed variable warnings in user scripts. This affects AnimationLibrary,…
mihe contributed two notable UI improvements: splitting PopupMenu's search bar configuration into separate enabled and item count properties, and adding copy-paste icons to EditorResourcePicker for better visual consistency. YeldhamDev fixed incorrect tooltip behavior in PopupMenu when search bars are enabled.
On the rendering front, blueskythlikesclouds resolved two important issues - a null uniform set error when enabling SDFGI and undefined barrier usage in SDFGI preprocess shaders. stuartcarnie improved Metal shader compilation by reducing warnings and preventing incompatible library code when targeting older…
ManpreetXSingh addressed a memory leak where resources loaded using ResourceLoader.load_threaded_get were never properly unloaded, removing unnecessary reference counting. ryevdokimov added undo/redo…
Addition…