Thanks, @Harley! I definitely respect the complexity here, and I appreciate you taking the time to explain it (in the midst of BCON 2023, no less!). If I'm able to make an improvement here, it…
Thanks, Brecht, that makes sense. Hopefully I've understood you correctly with these amendments.
(And I'm aware you're at BCON 2023 and probably won't get to this for a few days. Hope it is/was…
Well I set up a Blender development environment on my Intel mac, but I can't reproduce the issue in a local build (even if I check out 4e3ee4f026c3
, the same commit as the official 4.0.0 Beta…
Ah, yes, I know this struggle well from some web apps I've worked on in my day job. The dynamic-width translucent "floating" scrollbars are so pretty and modern, but quite a pain when they clash…
I can confirm I also get this crash on my Intel mac using the latest 4.0.0 Beta available for download as of now. The specific environment is:
- Operating system: macOS-13.5.2-x86_64-i386-64bit…
My PR adds missing calls to GPU_render_begin()
and GPU_render_end()
in wm_main_playanim_intern()
. With those in place, animplayer no longer crashes during launch.