Godot Daily: Accessibility and Editor Improvements
Thirteen pull requests were merged into Godot on May 12th, focusing on accessibility fixes for nested popups, editor usability improvements, and several animation system corrections. The update also includes a new project setting for volumetric fog blending compatibility.
Duration: PT2M14S
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-13T10:02:29Z
- Audio duration: PT2M14S
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 13th, 2026.
Yesterday saw significant activity with thirteen merged pull requests addressing accessibility, editor functionality, and rendering compatibility.
bruvzg merged two accessibility-focused changes. The first fixes positioning issues with nested popups sent to screen readers, resolving coordinate and content scale problems. The second updates line start items in RichTextLabel after deletion operations.
KoBeWi contributed three editor improvements. Built-in resources now properly assign final paths when created, preventing temporary path assignments during scene saves. The 2D instance shader parameters can now be reverted to default values in the inspector, matching the behavior of regular shader parameters.…
clayjohn added a project setting to disable new volumetric fog blending behavior, effectively reverting recent changes that, while technically correct, altered the visual appearance many developers had tuned for their projects.
Ryan-000 fixed two animation system issues in blend spaces. Point insertion at specific indices now correctly preserves existing points instead of overwriting them. The animation node removal events now…