Godot Daily: Editor Polish and Long-Standing Bug Fixes
Today's activity was dominated by editor quality-of-life fixes and cleanup of small but persistent bugs across the inspector, file dialogs, and 3D viewport, alongside two long-awaited feature revivals: dictionary key-value iteration and improved GDScript hot reload behavior.
Duration: PT2M51S
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-07-29T06:02:57Z
- Audio duration: PT2M51S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's July 29th, and this is Godot Daily.
The clearest pattern today is editors chipping away at rough edges that have annoyed developers for a long time. Several fixes target specific, reproducible pain points rather than large refactors.
Start with the inspector. PR 108878 fixes metadata formatting so it no longer inherits confusing property styling, and PR 117767 expands the right-click menu for checkable sections, letting you copy, revert, or open docs even on toggled-off properties. Both are small, targeted, multi-approval merges — the kind of…
The 3D viewport got similar attention. PR 121853 fixes camera drift when piloting while in follow mode, and PR 121651 stops the transform gizmo from throwing errors after clearing points on a Path3D. PR 121826 also removes possible divide-by-zero cases in the View3D controller, mostly to satisfy sanitizers rather…
File handling also saw real fixes: PR 121844 adds environment variable expansion in file dialogs, building on earlier tilde-path support, and PR 121795 finally handles moving or duplicating files stored directly in the res:// root folder, a case that was previously ignored entirely.
Second theme: two long-requested…
Nearby episodes from Godot Daily
- Sanitizer Sweep and the Return of Web Export
- Weekly Recap - Editor Refactors and Security Housekeeping
- Sanitizer Sweep and the Great Doc Cleanup
- Randomness, Rendering, and a Wave of Cherry-Picks
- Old Branches, Old Bugs, and a Physics Overhaul
- Editor Inspector Gets a Facelift
- Core Cleanup and Editor Polish
- The Great Engine Slim-Down