this post was submitted on 27 Feb 2026
1 points (100.0% liked)

Godot

1174 readers
12 users here now

A community for discussion and support in development with the Godot game engine.

Official links to other communication platforms

GitHub

Other Godot communities on Lemmy

founded 5 years ago
MODERATORS
 

cross-posted from: https://vger.social/post/35803407

Recently I created a Godot proposal to change VoxelGI nodes so they can use a sub-thread to bake their VoxelGIData. This allows baking more than one VoxelGI node at once, but also to observe the bake progress and show it in, e.g. a progress bar.

https://github.com/godotengine/godot-proposals/issues/14243

I also created a proposal to expose the bake progress via signals, since it is currently not visible to non-engine code.

https://github.com/godotengine/godot-proposals/issues/14242


I have already completed the implementation:

Expose VoxelGI bake progress via signals #116600

Allow baking VoxelGI nodes off the main-thread #116833


If you are interested in these changes, please give a thumbs-up to both the proposals and the pull requests. The maintainers already let me know that they will most likely only merge if other people express interest in this.

Please also share it with others that you think might be interested in these changes.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here