Jeroen Bakker Jeroen-Bakker
Jeroen Bakker created pull request blender/blender#104518 2023-02-09 15:17:35 +01:00
Vulkan: Initial Compute Shaders and SSBO support.
Jeroen Bakker pushed to vulkan-compute-shaders at Jeroen-Bakker/blender 2023-02-09 15:04:38 +01:00
eb102586eb Compute shaders with SSBO.
Jeroen Bakker opened issue infrastructure/blender-projects-platform#18 2023-02-09 10:18:08 +01:00
Review state is temporaly not correct when viewing file and return to pull request.
Jeroen Bakker approved blender/blender#104417 2023-02-09 09:54:56 +01:00
Mesh: Remove unnecessary edge draw flag

Just some code-readability tweaks.

Jeroen Bakker commented on pull request blender/blender#104417 2023-02-09 09:54:56 +01:00
Mesh: Remove unnecessary edge draw flag

Outer level of () can be removed.

Jeroen Bakker commented on pull request blender/blender#104417 2023-02-09 09:54:56 +01:00
Mesh: Remove unnecessary edge draw flag

Just pattern checking. In other places you remove the assignment of flag, but here it is explicitly unset.

Jeroen Bakker pushed to vulkan-compute-shaders at Jeroen-Bakker/blender 2023-02-09 09:45:24 +01:00
0013bf3654 Merge branch 'main' into vulkan-compute-shaders
8b35db914e GPU: Fix assert when using light gizmo.
1883e782cb Spelling: Assert message in GPU_texture_read.
7effc6ffc4 Cleanup: solve compiler warnings.
f3d7de709f Cycles: update Intel Graphics Compiler to 1.0.13064.7 on Linux
Compare 73 commits »
Jeroen Bakker commented on issue blender/blender#104282 2023-02-09 09:05:12 +01:00
Regression: Light direction gizmo not working

Lowering the priority as it isn't a regression. Still it needs to be fixed for Blender 3.5, but can be handled as regular bug fixing as the changes are expected to be localized to the Metal backend.

Jeroen Bakker pushed to main at Jeroen-Bakker/blender 2023-02-09 09:02:46 +01:00
8b35db914e GPU: Fix assert when using light gizmo.
1883e782cb Spelling: Assert message in GPU_texture_read.
Compare 2 commits »
Jeroen Bakker pushed to main at blender/blender 2023-02-09 09:02:40 +01:00
8b35db914e GPU: Fix assert when using light gizmo.
1883e782cb Spelling: Assert message in GPU_texture_read.
Compare 2 commits »
Jeroen Bakker commented on issue blender/blender#104282 2023-02-09 08:59:35 +01:00
Regression: Light direction gizmo not working

Seems like the issue is Metal backend only. When doing depth picking a GPU texture is read. This texture doesn't have the GPU_TEXTURE_USAGE_HOST_READ flag set. In debug mode this is also…

Jeroen Bakker pushed to main at Jeroen-Bakker/blender 2023-02-09 08:04:24 +01:00
7effc6ffc4 Cleanup: solve compiler warnings.
Jeroen Bakker pushed to main at blender/blender 2023-02-09 08:04:14 +01:00
7effc6ffc4 Cleanup: solve compiler warnings.
Jeroen Bakker pushed to main at Jeroen-Bakker/blender 2023-02-09 07:57:17 +01:00
f3d7de709f Cycles: update Intel Graphics Compiler to 1.0.13064.7 on Linux
3c8f7b1a64 Cleanup: Remove unused/redundant includes from BKE_curves.hh
0381fe7bfe Cleanup: update username in code-comments: campbellbarton -> ideasman42
5f842ef336 Cleanup: spelling in comments
5b110548eb Cleanup: enum conversion compiler warnings
Compare 12 commits »
Jeroen Bakker commented on pull request blender/blender#104481 2023-02-08 20:37:50 +01:00
Vector displacement for the sculpting draw brush

Python has some rules about the number of lines between statements. Here it is max 1.

Jeroen Bakker commented on pull request blender/blender#104481 2023-02-08 20:37:50 +01:00
Vector displacement for the sculpting draw brush

Code wise seems fine. I still need to investigate the Apple issue.

Jeroen Bakker closed issue blender/blender#102055 2023-02-08 18:34:34 +01:00
Vulkan: Validation layers potential licensing risks.
Jeroen Bakker commented on issue blender/blender#103244 2023-02-08 18:20:54 +01:00
3D Texturing: Limit Eevee samples to 1 during paint stroke.

Yes I see, I am also not able to assign the task to you. Might be a permission issue. Will check with others if this is known.

Jeroen Bakker pushed to main at Jeroen-Bakker/blender 2023-02-08 18:16:42 +01:00
43f308f216 Make update: Ignore submodules
aab707ab70 Un-ignore modules in .gitmodules configuration
4ed8a360e9 Fix references to the main branch in the .gitmodules
4d3bfb3f41 Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
Compare 4 commits »
Jeroen Bakker commented on issue blender/blender#103244 2023-02-08 11:58:34 +01:00
3D Texturing: Limit Eevee samples to 1 during paint stroke.

Hi @Kdaf Kdaf,

It would be great if you would pick this one up!

This is related to 3d texturing painting. You can enable it in the user preferences as it is still an experimental issue. 3d…