Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel pushed to legacy-manifest at brecht/blender 2024-06-03 21:03:38 +02:00
e256faa67f Extensions: Support loading add-on with manifest from script directories
f516886627 Fix: bl_info version from extension is string instead of int tuple
Compare 2 commits »
Brecht Van Lommel created branch system-scripts in brecht/blender 2024-06-03 21:03:03 +02:00
Brecht Van Lommel pushed to system-scripts at brecht/blender 2024-06-03 21:03:03 +02:00
99d2245cb6 Core: Make BLENDER_SYSTEM_SCRIPTS always add paths
a26031ed9b Fix #122652: Clicking offline status icon enabled online access
3f67abfe3c Fix: EEVEE-Next: Wrong Camera Viewport Render with enabled overscan
c0b8473bd6 Tests: Update Hydra reference renders
a1d52ee950 Fix: Cycles CUDA runtime compilation should mark CUDA 12 as supported
Compare 10 commits »
Brecht Van Lommel pushed to main at blender/blender-developer-docs 2024-06-03 18:53:05 +02:00
e8ef0eed47 Update docs/release_notes/4.2/cycles.md
Brecht Van Lommel commented on pull request blender/blender#122015 2024-06-03 18:35:20 +02:00
Cycles: "Struct-of-array-of-packed-structs" for parts of the integrator state

I'm fine with this problem being solved in either PR, just needs to be done before oneAPI support can land.

Brecht Van Lommel commented on pull request blender/blender#122670 2024-06-03 18:34:01 +02:00
WIP: extend "Struct-of-array-of-packed-structs" to all devices

See my comment in #122015, this needs to be a runtime check on the host side.

Brecht Van Lommel commented on pull request blender/blender#122015 2024-06-03 18:32:57 +02:00
Cycles: "Struct-of-array-of-packed-structs" for parts of the integrator state

I just realized this check can't work in the host code in general. It needs to query this info from the device at runtime.

Brecht Van Lommel commented on pull request blender/blender#118479 2024-06-03 18:25:56 +02:00
Cycles: Implement blue-noise dithered sampling

AUTOMATIC is 5?

Brecht Van Lommel approved blender/blender#122667 2024-06-03 18:19:57 +02:00
Cycles: improve light tree with large spot blend

Thanks, looks good.

Brecht Van Lommel closed pull request blender/blender#121487 2024-06-03 14:36:04 +02:00
WIP: Refactor: Prepare for separate main databases for brush assets
Brecht Van Lommel commented on pull request blender/blender#121487 2024-06-03 14:36:02 +02:00
WIP: Refactor: Prepare for separate main databases for brush assets

Abandoning, we decided to use the same main.

Brecht Van Lommel commented on pull request blender/blender#122575 2024-06-03 14:25:09 +02:00
USD: Add MaterialX shader export

I edited the description to make it ready as a commit message, and added the "Authored by Apple" from the commit which I guess was unintentionally left out.

Brecht Van Lommel commented on pull request blender/blender#122575 2024-06-03 14:24:59 +02:00
USD: Add MaterialX shader export

Can you add this code to make it so that it also works for our Hydra integration? https://projects.blender.org/brecht/paste/src/branch/main/usd_hydra_materialx.patch

That way we can run the…

Brecht Van Lommel commented on pull request blender/blender#122015 2024-06-03 14:17:21 +02:00
Cycles: "Struct-of-array-of-packed-structs" for parts of the integrator state

We try to keep integrator state as small as possible, so using packed_float3 there matters I think. Maybe it's good to make Ray use packed_float3 so that they match, but that would require…

Brecht Van Lommel commented on pull request blender/blender#118841 2024-06-03 14:07:28 +02:00
Fix: Respect Blender Cycles setting for GPU denoising

I think this is fine?

session.h is a public API not just for Blender integration but also other software. And I think in that context, preferences does not make so much sense.