Jeroen Bakker Jeroen-Bakker
Jeroen Bakker pushed to main at Jeroen-Bakker/documentation 2024-11-21 12:07:52 +01:00
7cd20d28d8 Status report
Jeroen Bakker commented on issue blender/blender#130200 2024-11-21 11:29:32 +01:00
Vulkan: Repeated Crashes in Sculpt Mode

Might be related to the memory leak. if that is the case then this issue can be closed as duplicate of #127225

Jeroen Bakker closed issue blender/blender#130599 2024-11-21 11:26:09 +01:00
Edit mode interfey
Jeroen Bakker commented on issue blender/blender#130599 2024-11-21 11:26:06 +01:00
Edit mode interfey

Closing this issue. Is a duplicate of #127619

Jeroen Bakker deleted branch vulkan/fix/130555 from Jeroen-Bakker/blender 2024-11-21 11:14:39 +01:00
Jeroen Bakker pushed to main at blender/blender 2024-11-21 11:14:39 +01:00
5665a9d712 Fix #130555: Vulkan: Crash when using legacy gpu API
Jeroen Bakker closed issue blender/blender#130555 2024-11-21 11:14:36 +01:00
Vulkan: Crash compiling OpenGL GLSL
Jeroen Bakker merged pull request blender/blender#130660 2024-11-21 11:14:34 +01:00
Fix #130555: Vulkan: Crash when using legacy gpu API
Jeroen Bakker pushed to vulkan/fix/130555 at Jeroen-Bakker/blender 2024-11-21 10:47:41 +01:00
1a40740360 Fix #130555: Vulkan: Crash when using legacy gpu API
Jeroen Bakker created pull request blender/blender#130660 2024-11-21 10:47:11 +01:00
Fix #130555: Vulkan: Crash when using legacy gpu API
Jeroen Bakker pushed to vulkan/fix/130555 at Jeroen-Bakker/blender 2024-11-21 10:46:02 +01:00
7be34d7040 Fix #130555: Vulkan: Crash when using legacy gpu API
f0e098cbfb Tools: Add cleaner of bpy install folder for wheel
ff129ff5f9 UI: Tweak VSE Text Strip UI to use panels for outline/shadow/box
ba92a25e1c Fix: Crash renaming modifier in Outliner and then toggling a property
15cdeae620 Fix: Compile error in Despeckle node for Metal
Compare 10 commits »
Jeroen Bakker created branch vulkan/fix/130555 in Jeroen-Bakker/blender 2024-11-21 10:46:02 +01:00
Jeroen Bakker pushed to main at Jeroen-Bakker/documentation 2024-11-21 10:07:22 +01:00
5838af337a canteen session
Jeroen Bakker commented on issue blender/blender#130555 2024-11-21 08:00:31 +01:00
Vulkan: Crash compiling OpenGL GLSL

The issue is that the provided GLSL isn't supported as it is OpenGL specific. It needs to be modified inside the add-on to use the gpu.ShaderCreateInfo. The provided GLSL would not work on Metal…

Jeroen Bakker commented on issue blender/blender#130588 2024-11-21 07:56:15 +01:00
Vulkan: Zoom out when snapping cursor

Could be related that we temporarily disabled GPU depth picking for the vulkan backend. Does it have the same behavior as when GPU depth picking is disabled in OpenGL? If so it would be solved…

Jeroen Bakker deleted branch vulkan/support-legacy-platforms from Jeroen-Bakker/blender 2024-11-19 16:30:52 +01:00
Jeroen Bakker pushed to main at blender/blender 2024-11-19 16:30:49 +01:00
c2695e2dcc Vulkan: Add support for legacy platforms
Jeroen Bakker merged pull request blender/blender#129062 2024-11-19 16:30:49 +01:00
Vulkan: Add support for legacy platforms