Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel pushed to blender-v4.2-release at blender/blender 2024-06-12 19:22:41 +02:00
87dae7d800 Build: Clean up oneAPI cmake messages
Brecht Van Lommel pushed to blender-v4.2-release at blender/blender 2024-06-12 18:37:30 +02:00
c3dcad64c7 Fix #122989: Enabling installed legacy add-on fails without scripts folder
Brecht Van Lommel pushed to blender-v4.2-release at blender/blender 2024-06-12 18:30:26 +02:00
3a7a9c60df Cleanup: Compiler warning building without OIDN
397b96ed2e Fix #121819: OpenColorIO GLSL error after recent change, only apply to Metal
Compare 2 commits »
Brecht Van Lommel pushed to blender-v4.2-release at blender/blender 2024-06-12 18:10:57 +02:00
f969208405 Fix #121819: OpenColorIO Metal GLSL error with grading curve
Brecht Van Lommel closed issue blender/blender#123137 2024-06-12 18:07:36 +02:00
Cycles GPU Metal does not render anymore (AMD Radeon Pro)
Brecht Van Lommel commented on issue blender/blender#123137 2024-06-12 18:07:33 +02:00
Cycles GPU Metal does not render anymore (AMD Radeon Pro)

Resolved by #123140.

Brecht Van Lommel pushed to fix-ocio-in-metal at brecht/blender 2024-06-12 17:55:51 +02:00
68462f12b1 Fix #121819: OpenColorIO Metal GLSL error with grading curve
a27fa7e46c FIx #122085: Optimize iter_shader_to_rgba_depth_count
0a74065a19 Build: Disable WITH_MOD_OCEANSIM when WITH_FFTW3 is disabled
6a9feebf07 EEVEE: Ensure materials use all available sampler slots
724a674bae USD export: fix malformed joint paths
Compare 10 commits »
Brecht Van Lommel created branch fix-ocio-in-metal in brecht/blender 2024-06-12 17:55:51 +02:00
Brecht Van Lommel pushed to main at blender/blender 2024-06-12 17:44:05 +02:00
012a6fc573 Cleanup: make format
Brecht Van Lommel deleted branch depsgraph-example from Matthew-Hinson/blender 2024-06-12 17:22:12 +02:00
Brecht Van Lommel pushed to main at blender/blender 2024-06-12 17:22:06 +02:00
a04d0b932f Fix: Broken Dependency Graph Python API example
Brecht Van Lommel merged pull request blender/blender#122563 2024-06-12 17:22:06 +02:00
Python docs: Fix broken Dependency Graph example
Brecht Van Lommel closed issue blender/blender-manual#104712 2024-06-12 17:22:06 +02:00
Dependency graph: Simple exporter - issue running code snippet
Brecht Van Lommel commented on issue blender/blender#123080 2024-06-12 17:15:54 +02:00
extensions system looking for incorrect extension folder.

Is there a more complete backtrace for that error?

Blender itself does not look for a folder named properties as far as I know. Is your add-on doing this, and if so how is it computing the…

Brecht Van Lommel commented on issue blender/blender#108033 2024-06-12 16:46:24 +02:00
Poor anti-aliasing when baking textures

It's a known issue that antialiasing in baking is poor. This is not so much about pixel filtering, specifically, but would be good to address at some point. It will involve some bigger refactoring…

Brecht Van Lommel commented on pull request blender/blender#123086 2024-06-12 16:42:59 +02:00
Refactor: Consistent WM jobs API; avoid function pointers as identifiers

I think it's fine to use a single job type for all render previews including nodes, to get rid of the callbacks entirely. It probably resolve some issue with the (experimental) shader node…

6abd504fad Use job type also for render previews