There is a new pull request by oreo639 against master on the void-packages repository https://github.com/oreo639/void-packages blender https://github.com/void-linux/void-packages/pull/41710 blender: update to 3.4.1. #### 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 was abandoned in favor of just specifying and invalid `WAYLAND_DISPLAY`, i.e. `WAYLAND_DISPLAY=0 blender`. 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 the icon and select quit) This also happens in the blender flatpak. Aside from that I haven't noticed any major issues. A patch file from https://github.com/void-linux/void-packages/pull/41710.patch is attached