Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel commented on pull request blender/blender#122448 2024-05-29 20:58:35 +02:00
Cycles: Limit the number of bounces in the shadow linking intersect kernel

Prefer to use kernel_data.integrator.transparent_max_bounce directly here. The last state we store on the stack the better, especially for fast constant memory access.

Brecht Van Lommel created pull request blender/blender#122452 2024-05-29 20:43:35 +02:00
Extensions: Don't print errors in console for automatic checks
Brecht Van Lommel pushed to extensions-offline-error at brecht/blender 2024-05-29 20:42:25 +02:00
6f9b300a3f Extensions: Don't print errors in console for automatic checks
133d6b1a33 Cleanup: Compiler warnings
3ee8a75e8e Fix #122381: Changes to Text Overlay Colors
ec36412c45 Overlay: Make Facing overlay not rely on render engine depth
fabdeff9ca Fix: EEVEE-Next: Wrong variable in versioning code
Compare 10 commits »
Brecht Van Lommel created branch extensions-offline-error in brecht/blender 2024-05-29 20:42:25 +02:00
Brecht Van Lommel pushed to main at blender/blender 2024-05-29 20:42:00 +02:00
133d6b1a33 Cleanup: Compiler warnings
Brecht Van Lommel commented on issue infrastructure/blender-projects-platform#12 2024-05-29 20:09:39 +02:00
Gitea: Issues and triaging features

Would be good to fix. The description seems longer than it needs to be in this case, I shortened it.

Brecht Van Lommel pushed to develop at infrastructure/gitea-custom 2024-05-29 19:15:14 +02:00
e81dc72384 Fix: Broken user manual link
Brecht Van Lommel pushed to main at infrastructure/gitea-custom 2024-05-29 19:15:14 +02:00
8029efad98 Merge branch 'develop'
e81dc72384 Fix: Broken user manual link
Compare 2 commits »
Brecht Van Lommel pushed to main at blender/blender 2024-05-29 17:53:50 +02:00
5d213d78e3 Fix #122362: Shadow linking with volumes and transparency misses light
Brecht Van Lommel deleted branch fix-volume-shadow-link from brecht/blender 2024-05-29 17:53:48 +02:00
Brecht Van Lommel closed issue blender/blender#122362 2024-05-29 17:53:48 +02:00
Cycles: Incorrect render with Light Trees in certain setups
Brecht Van Lommel merged pull request blender/blender#122404 2024-05-29 17:53:45 +02:00
Fix #122362: Shadow linking with volumes and transparency misses light
Brecht Van Lommel commented on issue blender/blender#122362 2024-05-29 17:52:31 +02:00
Cycles: Incorrect render with Light Trees in certain setups

Yes, I was thinking about adding the attenuation for the lowest level. I just didn't see an obvious place in the code where it would be a good fit, but certainly it should be possible.

Brecht Van Lommel commented on issue blender/blender#122431 2024-05-29 17:51:14 +02:00
RNA: Make PointerRNA aware of its own 'data path'

What I was considering in the past is to add a third intermediate pointer, which would be used for e.g. nodes, modifiers and GP drawings. It would be much lighter, though the exact meaning of that…

Brecht Van Lommel commented on issue infrastructure/extensions-website#59 2024-05-29 17:27:00 +02:00
Extensions Website publicly showing Blender ID Full Name, NOT Username

I think the additional issue might be that changes to the Blender ID full name are not being properly synced to the extensions website.

The workaround for that would be to revoke access from…

Brecht Van Lommel commented on issue blender/blender#122303 2024-05-29 17:09:12 +02:00
Extensions Helper operator to convert the 4.1 user preferences to 4.2

I think perhaps the Help menu is a bit disconnected from where the problem is. It's the Extensions (or Add-ons) tab where these are already listed as missing, and where people are likely to look…

Brecht Van Lommel commented on issue infrastructure/extensions-website#59 2024-05-29 16:27:57 +02:00
Extensions Website publicly showing Blender ID Full Name, NOT Username

To be clear what happens is:

  • You try to log in to the development fund without an account.
  • It asks to create a Blender ID account first, including name. This step does not ask for a legal…
Brecht Van Lommel commented on issue blender/blender#120702 2024-05-29 16:11:08 +02:00
Cycles HIP-RT Memory leak

@salipour Have you had a chance to look at this? Can you reproduce the issue? Do you think it will be solved by upgrading to the open source version, or is this an existing issue in the Cycles…

Brecht Van Lommel commented on pull request blender/blender#122428 2024-05-29 16:02:27 +02:00
Nodes: port "Lazy Connect" feature from Node Wrangler

The copyright should be Blender Authors for all these files, not Blender Foundation.

Brecht Van Lommel commented on issue infrastructure/extensions-website#59 2024-05-29 15:37:17 +02:00
Extensions Website publicly showing Blender ID Full Name, NOT Username

As far as I know this is standard behavior. For example GitHub, Gitea and Discourse work the same way, showing the "Full Name" or "Name" fields publicly.

People who don't want their legal name…