Godot Daily: HDR Screenshot Rollback and Editor Improvements

The Godot team reverted HDR screenshot functionality while merging several editor improvements including GDScript position tracking, clearcoat reflection fixes, and Android editor compatibility updates.

Duration: PT2M16S

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-04-27T00:00:00Z
  • Audio duration: PT2M16S

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 April 27th, 2026.

The development team merged nine pull requests yesterday, with a notable rollback taking center stage. Thaddeus Crews reverted the HDR screenshot feature that automatically saved editor screenshots as EXR files when HDR was enabled. The revert affects seven files across the editor's screenshot and debugging systems.

Several significant improvements were also integrated. HolonProduction's GDScript enhancement now tracks column positions using raw string offsets, improving error reporting accuracy across the parser and tokenizer. This change touches fifteen files in the GDScript module and editor code systems.

CookieBadger optimized rendering performance by changing the LTC lookup table texture format to RGBAF and enabling 8-bit destination mode in gaussian blur operations. The update includes new LTC lookup table files and modifications to both OpenGL and Vulkan renderers.

LiveTrower fixed clearcoat reflection probe processing, cleaning up the implementation across forward clustered and mobile rendering shaders. The changes improve material reflection accuracy in both desktop and mobile rendering pipelines.

Additional merged work…

Nearby episodes from Godot Daily

  1. Editor UI Fixes and Dependency Updates
  2. Animation Fixes and Build System Updates
  3. Editor Polish and Bug Fixes
  4. UI Material Inheritance and Animation Fixes
  5. Weekly Recap - Editor Polish & Platform Stability
  6. Text Rendering Updates and UI Fixes
  7. macOS Color Picker Fix and UI Improvements
  8. GDScript Improvements and UI Fixes