Douglas Paul Douglas-Paul
  • Joined on 2023-09-27
Douglas Paul deleted branch tmp-usd-python-mtl from Douglas-Paul/blender 2023-10-28 01:29:22 +02:00
Douglas Paul deleted branch tmp-usd-3.6 from Douglas-Paul/blender 2023-10-28 01:29:17 +02:00
Douglas Paul deleted branch blender-v3.5-release from Douglas-Paul/blender 2023-10-28 01:29:10 +02:00
Douglas Paul deleted branch blender-v2.93-release from Douglas-Paul/blender 2023-10-28 01:29:07 +02:00
Douglas Paul deleted branch temp-sculpt-attr-api from Douglas-Paul/blender 2023-10-28 01:28:58 +02:00
Douglas Paul deleted branch realtime-clock from Douglas-Paul/blender 2023-10-28 01:28:54 +02:00
Douglas Paul deleted branch sculpt-dev from Douglas-Paul/blender 2023-10-28 01:28:49 +02:00
Douglas Paul deleted branch gpencil-next from Douglas-Paul/blender 2023-10-28 01:28:44 +02:00
Douglas Paul deleted branch microfacet_hair from Douglas-Paul/blender 2023-10-28 01:28:41 +02:00
Douglas Paul deleted branch principled-v2 from Douglas-Paul/blender 2023-10-28 01:28:36 +02:00
Douglas Paul deleted branch xr-dev from Douglas-Paul/blender 2023-10-28 01:28:31 +02:00
Douglas Paul deleted branch blender-v4.0-release from Douglas-Paul/blender 2023-10-28 01:28:19 +02:00
Douglas Paul deleted branch blender-v3.6-release from Douglas-Paul/blender 2023-10-28 01:16:56 +02:00
Douglas Paul commented on issue blender/blender#114110 2023-10-26 15:59:35 +02:00
Regression: Nodes: Background dots clipping is visible

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…

Douglas Paul commented on pull request blender/blender#114157 2023-10-26 14:27:03 +02:00
Fix #114156: Animplayer crashes upon launch on Metal backend

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…

Douglas Paul pushed to 114156-fix-animplayer-on-metal at Douglas-Paul/blender 2023-10-26 14:07:45 +02:00
19c3d29b89 Amendments per code review by Brecht
Douglas Paul commented on issue blender/blender#114129 2023-10-26 05:54:44 +02:00
Blender 4.0 crashes on boolean operation macOS 13.4.1

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…

Douglas Paul commented on issue blender/blender#114110 2023-10-26 04:27:22 +02:00
Regression: Nodes: Background dots clipping is visible

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…

Douglas Paul commented on issue blender/blender#114129 2023-10-25 23:25:21 +02:00
Blender 4.0 crashes on boolean operation macOS 13.4.1

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…
Douglas Paul commented on issue blender/blender#114156 2023-10-25 18:48:35 +02:00
Animation player crashes upon launch on Metal backend

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.