Alexander Samsonov blendersamsonov
  • Joined on 2021-05-17
Alexander Samsonov commented on issue blender/blender#104061 2024-06-26 07:54:49 +02:00
Custom render engine is unable to create gpu context

Should this be ported to 3.6 version as well since it's an LTS release and the bug seems like a regression?

Alexander Samsonov commented on issue blender/blender#104061 2024-06-15 12:36:13 +02:00
Custom render engine is unable to create gpu context

Yes, doesn't work for me on Blender 4.2.0 Beta (hash 9266fbab0276 built 2024-06-14 23:40:31) image

Alexander Samsonov commented on issue blender/blender#104061 2024-06-15 11:41:01 +02:00
Custom render engine is unable to create gpu context

This workaround still does not seem to allow compiling GPUShader in the background mode.

I attached the modified file, which imports gpu module only at render method, but it still produces…

Alexander Samsonov commented on issue blender/blender#104061 2024-04-07 12:20:24 +02:00
Custom render engine is unable to create gpu context

Any chance this can be fixed for 4.2 LTS release?

Alexander Samsonov commented on issue blender/blender#104061 2023-03-26 09:13:37 +02:00
Custom render engine is unable to create gpu context

Shouldn't that be tagged as regression? I develop an add-on that runs a background blender process for rendering and it's really annoying that in newer versions that process have to be not a…