Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel pushed tag v4.1.1 to blender/cycles 2024-06-26 20:56:12 +02:00
Brecht Van Lommel commented on pull request blender/blender#123788 2024-06-26 20:45:13 +02:00
Cycles: Sync with standalone repo
Brecht Van Lommel created pull request blender/blender#123788 2024-06-26 20:42:04 +02:00
cycles-4.2
Brecht Van Lommel pushed to cycles-4.2 at brecht/blender 2024-06-26 20:39:28 +02:00
c88f144d41 Tools: Remove cycles commit syncs script, moved to the standalone repo
9b0f42abc1 Hydra: Fix Cycles render delegate to build with USD 24.x
a060de65a4 Cycles: Sync minor build related changes with standalone repo
5e40dcc95d Cycles: Expose object node in XML API
dc35852107 Cycles: Expose vertex normals and tangent space attributes in XML API
Compare 10 commits »
Brecht Van Lommel created branch cycles-4.2 in brecht/blender 2024-06-26 20:39:28 +02:00
Brecht Van Lommel created branch test-pr-timeout in brecht/blender 2024-06-26 16:38:32 +02:00
Brecht Van Lommel pushed to test-pr-timeout at brecht/blender 2024-06-26 16:38:32 +02:00
71ad09c88a Update README.md
Brecht Van Lommel pushed to main at blender/cycles 2024-06-26 13:31:16 +02:00
8e32a886e8 Build: Switch from Subversion to Git LFS for libraries
7bf4a2359b Build: Raise required Houdini version to 20.x
a4ec1276c4 Cleanup: Silence warning with newer CMake
52c3134177 Fix: Runpath on Linux and macOS contains too many directories
582f595b42 Fix: Windows debug build bundling wrong dlls
Compare 13 commits »
Brecht Van Lommel commented on pull request blender/blender#123551 2024-06-26 11:45:18 +02:00
Cycles: Remove AMD and Intel GPU support from Metal backend

The simple thing to keep the logic unchanged would be to still check htat the device does not have Intel or AMD in the name.

Brecht Van Lommel commented on issue blender/blender#104061 2024-06-26 11:25:38 +02:00
Custom render engine is unable to create gpu context

It changes behavior of the API, which could break some scripts. I think it's too risky to backport to LTS.

Brecht Van Lommel commented on pull request blender/blender#123765 2024-06-26 11:22:06 +02:00
Fix #123763: Cycles Metal renders with MNEE stuck on some Macs

Don't use these kinds of defines in the host code, they are meant for kernel code.

Brecht Van Lommel pushed to main at blender/blender 2024-06-26 02:40:49 +02:00
31de58e161 Merge branch 'blender-v4.2-release'
224307b9aa Fix: Cycles build error with OptiX after recent changes
Compare 2 commits »
Brecht Van Lommel deleted branch fix-optix-include from brecht/blender 2024-06-26 02:39:26 +02:00
Brecht Van Lommel merged pull request blender/blender#123761 2024-06-26 02:39:24 +02:00
Fix: Cycles build error with OptiX after recent changes