Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel deleted branch oidn_2.3.0 from aafra/blender 2024-06-19 17:53:56 +02:00
Brecht Van Lommel pushed to blender-v4.2-release at blender/blender 2024-06-19 17:53:52 +02:00
dfd9f9066b Build: Upgrade OIDN to 2.3.0 final
Brecht Van Lommel merged pull request blender/blender#123433 2024-06-19 17:53:52 +02:00
Build: Upgrade OIDN to 2.3.0 final
Brecht Van Lommel pushed to pr-extensions-addons-ui-split at brecht/blender 2024-06-19 17:35:41 +02:00
63ad77ea3e Sort extensions to put installed first (incomplete, would need to scroll after clicking Install)
Brecht Van Lommel pushed to pr-extensions-addons-ui-split at brecht/blender 2024-06-19 17:23:59 +02:00
25dfd4b171 Sort extensions to put installed first
e81317f393 Sort add-ons alphabetically
15e418e9ae Use line separator over box, put buttons between other info
634ec63dc5 Add button to jump to addon preferences, fix operator
768e81c81e Make Uninstall button visible without expanding
Compare 5 commits »
Brecht Van Lommel pushed to pr-extensions-addons-ui-split at brecht/blender 2024-06-19 16:51:44 +02:00
8ffda0ab7b Tweak add-ons and extensions UI
Brecht Van Lommel created branch pr-extensions-addons-ui-split in brecht/blender 2024-06-19 16:44:00 +02:00
Brecht Van Lommel pushed to pr-extensions-addons-ui-split at brecht/blender 2024-06-19 16:44:00 +02:00
51c743dc25 Tweak add-ons and extensions UI
d1c5194c74 Make web link buttons half-width
93ed51d7b5 Minor tweak that avoids checking core/user add-ons for an extension
fa00692668 Extensions: split add-ons & extensions into separate preferences
6eb2b5f47b Fix local extension errors being shown as remote errors
Compare 10 commits »
Brecht Van Lommel pushed to oidn_2.3.0 at aafra/blender 2024-06-19 14:50:17 +02:00
343d17d961 Update patch
Brecht Van Lommel pushed to fix-gpu-context at brecht/blender 2024-06-19 14:32:59 +02:00
162a665e22 Fix build error
Brecht Van Lommel commented on pull request blender/blender#123256 2024-06-19 00:04:50 +02:00
Cycles: HIP support for AMD Strix APUs

I was going to try 6.1.3 since it's the latest. But whatever version works is fine.

Brecht Van Lommel pushed to main at blender/blender-developer-docs 2024-06-18 21:56:15 +02:00
922f797ec7 Update docs/release_notes/4.2/nodes_physics.md
Brecht Van Lommel commented on pull request blender/blender#123326 2024-06-18 21:27:07 +02:00
USD: Rename active UV Map to "st" by default
Brecht Van Lommel commented on pull request blender/blender#123326 2024-06-18 21:26:27 +02:00
USD: Rename active UV Map to "st" by default

That is my intention, yes.

Brecht Van Lommel pushed to main at blender/blender 2024-06-18 21:20:31 +02:00
a26fd603b0 Merge branch 'blender-v4.2-release'
ff03ab4d08 Fix: EEVEE: Overblur of textures because of TAA
10b1e45ca8 Fix: Curves: Crash in transform code for non bézier curves
feed10a4c2 Fix: GPU: Workaround for validation errors on replaced passes
295df94478 Anim: add "legacy behavior" option to Limit Rotation constraint
Compare 12 commits »
Brecht Van Lommel commented on pull request blender/blender#123326 2024-06-18 21:08:39 +02:00
USD: Rename active UV Map to "st" by default

Ah sorry, I left something uncommitted. It should really work now.

Brecht Van Lommel pushed to usd-rename-st at brecht/blender 2024-06-18 21:08:38 +02:00
ca1b648b42 Actually fix UV Map name node
148585a1a7 Merge branch 'blender-v4.2-release' into usd-rename-st
44309ac7e1 Build: Change make deps HARVEST_TARGET to new Git LFS location
355c7b788e Fix: EEVEE: Remaining references to EEVEE-Legacy in codebase
e5f514c60c Fix: EEVEE: AO Pass: Regression in quality caused by sample count
Compare 34 commits »
Brecht Van Lommel commented on pull request blender/blender#123196 2024-06-18 20:44:58 +02:00
Refactor: Move Linux/macOS harvest to individual files

CC @LazyDodo @ideasman42 @farsthary.

I wanted to make macOS and Linux use ExternalProject_Add_Step like Windows, so it's easy to rebuild a subset of the libraries. That's a bit more work, and…