Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel deleted branch portal-notes from Alaska/blender-manual 2024-06-04 17:06:09 +02:00
Brecht Van Lommel merged pull request blender/blender-manual#104807 2024-06-04 17:06:08 +02:00
Add notes about Ray Portal BSDF quirks
Brecht Van Lommel approved blender/blender#118479 2024-06-04 16:45:42 +02:00
Cycles: Implement blue-noise dithered sampling

I'm not sure why some of the non-SSS tests are failing, it's not obvious which changes are responsible for that. The noise differences look fine though. Should be ok to just update them.

Brecht Van Lommel commented on pull request blender/blender-manual#104807 2024-06-04 16:29:42 +02:00
Add notes about Ray Portal BSDF quirks

Maybe there could be an example of a group node that takes a position and rotation of the target portal as input? I'm not sure if it's possible to create a relatively node setup for a screenshot…

Brecht Van Lommel deleted branch fix-bl-info-version from brecht/blender 2024-06-04 16:21:40 +02:00
Brecht Van Lommel merged pull request blender/blender#122687 2024-06-04 16:21:37 +02:00
Fix: bl_info version from extension is string instead of int tuple
Brecht Van Lommel pushed to main at blender/blender 2024-06-04 16:21:37 +02:00
5ce58d63b7 Fix: bl_info version from extension is string instead of int tuple
Brecht Van Lommel commented on pull request blender/blender#122670 2024-06-04 16:16:29 +02:00
WIP: extend "Struct-of-array-of-packed-structs" to all devices

CC-ing @pmoursnv and @salipour in case they want to test or have ideas for CUDA and HIP.

Brecht Van Lommel commented on issue blender/blender#122651 2024-06-04 16:14:38 +02:00
USD dome light issue with constant color

Even with fixed color the background has a big impact on the overall lighting of the scene. So if we have no alternative then I think writing an image with a fixed color texture file is still…

Brecht Van Lommel commented on pull request blender/blender#122687 2024-06-04 16:10:08 +02:00
Fix: bl_info version from extension is string instead of int tuple

Thanks, makes sense. Updated.

Brecht Van Lommel pushed to fix-bl-info-version at brecht/blender 2024-06-04 16:09:55 +02:00
b3689732a4 Address comment
Brecht Van Lommel commented on pull request blender/blender-manual#104807 2024-06-04 16:08:53 +02:00
Add notes about Ray Portal BSDF quirks

I would add:

Brecht Van Lommel suggested changes for blender/blender-manual#104807 2024-06-04 16:08:53 +02:00
Add notes about Ray Portal BSDF quirks

We also really need some images and example node set up on this page, but I haven't gotten to it yet.

Brecht Van Lommel commented on pull request blender/blender-manual#104807 2024-06-04 16:08:53 +02:00
Add notes about Ray Portal BSDF quirks

I suggest:

Brecht Van Lommel commented on issue blender/blender#122147 2024-06-04 15:39:40 +02:00
Out of the box (extensions) experience

I love the idea of a Core add-on bundle which would be included in the main Blender package (if I'm understanding that correctly).

This already exists basically, and about 10 (out of previous…

Brecht Van Lommel commented on pull request blender/blender#122670 2024-06-04 15:38:25 +02:00
WIP: extend "Struct-of-array-of-packed-structs" to all devices

I'm not sure I understand the second option, would this involve running some GPU kernel to compute those pointers offsets?

If so, the first option sounds better to me.

If somehow we can figure…

Brecht Van Lommel commented on pull request blender/blender#122689 2024-06-04 15:26:13 +02:00
Core: Make BLENDER_SYSTEM_SCRIPTS always add paths

I added a better summary of the state in #122512.

Brecht Van Lommel commented on pull request blender/blender#122688 2024-06-04 15:25:20 +02:00
Extensions: Support loading add-on with manifest from script directories

I added a better summary of the state in #122512.