There's a merged pull request on the void-packages repository blender: update to 3.4.1. https://github.com/void-linux/void-packages/pull/41710 Description: #### Testing the changes - I tested the changes in this PR: **briefly** Blender 3.4.1 enables wayland configure flags by default (although I also specified them manually here). See: https://github.com/void-linux/void-packages/issues/38128 https://code.blender.org/2022/10/wayland-support-on-linux/ The `BLENDER_WAYLAND` env variable to force X11 proposal was abandoned in favor of just specifying and invalid `WAYLAND_DISPLAY`, i.e. `WAYLAND_DISPLAY='' blender` which will force x11 to be used. This also adds a patch to fix compatibility with the blender glTF plugin and numpy 2.24 used by Void. One issue I noticed with the wayland mode is that when pressing the X in libdecor the save changes dialogue will randomly disappear/reappear as you move the cursor in the decorator. (this doesn't happen if you right-click > Quit in gnome-shell) This also happens in the blender flatpak. Aside from that I haven't noticed any major issues.