Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel commented on issue blender/blender#122512 2024-05-31 15:10:42 +02:00
Extensions: Deploying add-ons for offline work and automation

To be clear, are you talking about making this folder a requirement for all extension zips? That's what would be needed to make unzipping it manually or through a script easy. In our own code we…

Brecht Van Lommel commented on issue blender/blender#122464 2024-05-31 15:04:47 +02:00
Color output of Ridged Multifractal Noise Texture appears pixelated.

I would rather do a breaking change here than add more complex versioning code.

Brecht Van Lommel commented on issue blender/blender#122512 2024-05-30 22:47:49 +02:00
Extensions: Deploying add-ons for offline work and automation

I'm thinking perhaps this doesn't have to be an actual repository, but work more like an additional script path like the core or legacy add-ons. And showing "Bundled:" instead of "Core:" in the…

Brecht Van Lommel commented on pull request blender/blender#121926 2024-05-30 22:39:45 +02:00
Extensions: Install From Disk operator handling both legacy and new

It didn't previously enable on install in 4.1.

I made drag & drop and enable on install now work for legacy.

Brecht Van Lommel pushed to extensions-single-install-op at brecht/blender 2024-05-30 22:38:48 +02:00
2c83c186b1 Cleanup: make format
Brecht Van Lommel pushed to extensions-single-install-op at brecht/blender 2024-05-30 22:37:41 +02:00
920de829b3 Revert "Enable on install only for extension"
046b286970 Make drag & drop file work for legacy
Compare 2 commits »
Brecht Van Lommel pushed to extensions-single-install-op at brecht/blender 2024-05-30 20:39:25 +02:00
5d39dd4a42 Change emboss and icon for legacy help
a5fa471f6d Merge branch 'main' into extensions-single-install-op
3a86fc971f GPv3: Fill tool: Don't generate outlines for holes
f9ea64b0ba Anim: Per bone wire width for custom shapes
53d076612a Tools: add a hash-length argument for the weekly reports generator
Compare 190 commits »
Brecht Van Lommel closed pull request blender/blender#122452 2024-05-30 14:42:37 +02:00
Extensions: Don't print errors in console for automatic checks
Brecht Van Lommel commented on pull request blender/blender#122452 2024-05-30 14:42:34 +02:00
Extensions: Don't print errors in console for automatic checks

Replaced by #122463.

Brecht Van Lommel approved blender/blender#122463 2024-05-30 14:42:12 +02:00
Extensions: suppress connection errors in console for automatic checks

Thanks, I think this is a better solution than what I did.

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

Other websites using Blender ID (DevTalk, projects.blender.org, chat) display username as well, it would make sense for Extensions to follow suit.

To be clear, devtalk and projects do…

Brecht Van Lommel commented on pull request blender/blender#122015 2024-05-29 21:50:11 +02:00
Cycles: "Struct-of-array-of-packed-structs" for parts of the integrator state

I got it to work now, the issue seems to be with the Ray / packed_ray casting, I don't think the struct layout matches with CUDA.

Unfortunately this change seems to cause slightly worse…

Brecht Van Lommel pushed to packed-state-cuda at brecht/blender 2024-05-29 21:39:22 +02:00
f7b417183f Make packed state work with CUDA
92cd8d365d Cleanup: make format
c4839bff64 Cycles: Struct-of-array-of-packed-structs for some bits integrator state
133d6b1a33 Cleanup: Compiler warnings
3ee8a75e8e Fix #122381: Changes to Text Overlay Colors
Compare 430 commits »
Brecht Van Lommel pushed to extensions-check-simple-ui at brecht/blender 2024-05-29 21:00:20 +02:00
f464961826 Merge branch 'main' into extensions-check-simple-ui
ec36412c45 Overlay: Make Facing overlay not rely on render engine depth
fabdeff9ca Fix: EEVEE-Next: Wrong variable in versioning code
5d213d78e3 Fix #122362: Shadow linking with volumes and transparency misses light
b32d026441 Fix (studio-reported) unlinkable IDs made directly linked during blendfile write.
Compare 70 commits »
Brecht Van Lommel commented on pull request blender/blender#122448 2024-05-29 20:58:36 +02:00
Cycles: Limit the number of bounces in the shadow linking intersect kernel

Same for kernel_data.integrator.max_volume_bounce.