Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel approved blender/blender#121820 2024-06-14 13:12:06 +02:00
Nodes: Implement Gabor noise

Looks great, thanks.

Brecht Van Lommel pushed to main at blender/blender-developer-docs 2024-06-14 13:11:00 +02:00
83f461543c Order compatibility breaking changes by importance
Brecht Van Lommel pushed to main at blender/blender-developer-docs 2024-06-14 13:07:16 +02:00
4512ec74a8 Fix grammar, tweak working
Brecht Van Lommel commented on pull request blender/blender#123202 2024-06-13 20:13:33 +02:00
Experiment: 3 ways to position the asset shelf popup under the cursor

For muscle memory, I would expect the active brush to be bad?

I would rather expect the popup to appear at the same location under the cursor, so that I can remember to go left, up, etc, for a…

Brecht Van Lommel commented on pull request blender/blender#122778 2024-06-13 20:08:05 +02:00
Core: Change portable install folder to portable/

See: https://docs.blender.org/manual/en/4.2/advanced/blender_directory_layout.html#portable-installation

You only need to create the portable folder, and Blender will save configuration,…

Brecht Van Lommel merged pull request blender/blender#123198 2024-06-13 20:00:54 +02:00
Fix: Cycles build issues when disabling various kernel features
Brecht Van Lommel commented on issue blender/blender#122779 2024-06-13 19:59:40 +02:00
Illegal address error with OptiX OSL with specific materials

@pmoursnv I'm running out of ideas here, starting to think it might be a driver bug, or at least something obscure like a stack corruption. Any chance you could check this?

What I found so…

Brecht Van Lommel pushed to blender-v4.2-release at blender/blender 2024-06-13 19:41:37 +02:00
90f09f016e Fix: Incorrect call to cuCtxPopCurrent
d72c4f0096 Fix: Cycles build issues when disabling various kernel features
Compare 2 commits »
Brecht Van Lommel created pull request blender/blender#123198 2024-06-13 18:25:44 +02:00
Fix: Cycles build issues when disabling various kernel features
Brecht Van Lommel pushed to fix-features at brecht/blender 2024-06-13 18:25:15 +02:00
27318f0fed Fix: Cycles build issues when disabling various kernel features
b0eb156344 EEVEE-Next: Volume: Add artificial backface hit to close volumes
2d4c624a87 Fix #123171: Mesh edit mode lines index buffer crash with curve modifier
e639c3d6e2 Fix #74816: crash in Cycles light distribution due to integer overflow
f251452a4b Fix #123014: Hundreds of empty folders in the %temp% directory
Compare 10 commits »
Brecht Van Lommel created branch fix-features in brecht/blender 2024-06-13 18:25:14 +02:00
Brecht Van Lommel created pull request blender/blender#123196 2024-06-13 17:39:37 +02:00
Refactor: Move Linux/macOS harvest to individual files
Brecht Van Lommel created branch harvest-move in brecht/blender 2024-06-13 17:37:51 +02:00
Brecht Van Lommel pushed to harvest-move at brecht/blender 2024-06-13 17:37:51 +02:00
e792826921 Refactor: Move Linux/macOS harvest to individual files
1d45bb705e Fix: EEVEE assert rendering transparent pass
87dae7d800 Build: Clean up oneAPI cmake messages
c3dcad64c7 Fix #122989: Enabling installed legacy add-on fails without scripts folder
3a7a9c60df Cleanup: Compiler warning building without OIDN
Compare 8 commits »
Brecht Van Lommel commented on pull request blender/blender#122871 2024-06-13 15:46:49 +02:00
UI: Support semi-modal text input while other UI stays interactive - use for search button in asset shelf popup

I think it would be more clear to put this logic inside ui_do_but_textedit, since it's already partially handled there. Changing the return value afterward is more difficult to understand.