Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel pushed to harvest-move at brecht/blender 2024-06-18 20:41:02 +02:00
adf2be82af Refactor: Move Linux/macOS harvest to individual files
Brecht Van Lommel pushed to harvest-move at brecht/blender 2024-06-18 20:21:51 +02:00
1c70edc802 Refactor: Move Linux/macOS harvest to individual files
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
90c1d5832e Fix: EEVEE: AO: Only clip occluders based on front sample
Compare 119 commits »
Brecht Van Lommel pushed to harvest-move at brecht/blender 2024-06-18 20:18:21 +02:00
0f3c5b9403 Refactor: Move Linux/macOS harvest to individual files
Brecht Van Lommel commented on pull request blender/blender#123326 2024-06-18 20:11:04 +02:00
USD: Rename active UV Map to "st" by default

Ah, that should be fixed now. I also improved the MaterialX case for this.

Brecht Van Lommel commented on pull request blender/blender#123326 2024-06-18 20:10:18 +02:00
USD: Rename active UV Map to "st" by default
Brecht Van Lommel created pull request blender/blender#123395 2024-06-18 20:09:16 +02:00
Fix #104061: Python GPU module unusable after too early import
Brecht Van Lommel pushed to fix-gpu-context at brecht/blender 2024-06-18 20:07:42 +02:00
5ae243138e Fix #104061: Python GPU module unusable after too early import
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
90c1d5832e Fix: EEVEE: AO: Only clip occluders based on front sample
Compare 10 commits »
Brecht Van Lommel created branch fix-gpu-context in brecht/blender 2024-06-18 20:07:42 +02:00
Brecht Van Lommel pushed to usd-rename-st at brecht/blender 2024-06-18 19:44:07 +02:00
c3fee22617 Fix reading from UV Map node.
46a67fdfe1 Support UV Map node attribute name in MaterialX, to match PreviewSurface
Compare 2 commits »
Brecht Van Lommel commented on pull request blender/blender#123256 2024-06-18 19:14:54 +02:00
Cycles: HIP support for AMD Strix APUs

I guess the options then are:

  • Disable gfx1150 and gfx1151 on Linux
  • Upgrade only to HIP 6.1.3 on Linux (but maybe has performance regression)
Brecht Van Lommel commented on pull request blender/blender#123256 2024-06-18 18:46:45 +02:00
Cycles: HIP support for AMD Strix APUs

It seems that 5.7.3 is not new enough on Linux. But it's the latest 5.x version, and I'm unsure if upgrading to 6.x is safe. Since this is only for the kernel binaries, maybe they work fine across…

Brecht Van Lommel pushed to blender-v4.2-release at blender/blender 2024-06-18 18:22:09 +02:00
44309ac7e1 Build: Change make deps HARVEST_TARGET to new Git LFS location
Brecht Van Lommel commented on pull request blender/blender#123348 2024-06-18 18:08:20 +02:00
Build: Update macOS libraries for Blender 4.2

Did you do anything to resolve OpenImageIO linking to the homebrew openjpeg?

I don't remember if otool checks libraries recursively, but you could also check the output of:

otool -L…
Brecht Van Lommel commented on pull request blender/blender#123256 2024-06-18 18:01:17 +02:00
Cycles: HIP support for AMD Strix APUs

It seems we have to upgrade HIP from 5.5 to 5.7 as well, on both Linux and Windows.

@blender-bot package windows linux

Brecht Van Lommel pushed to STX_Support at salipour/AMD_HIPRT 2024-06-18 17:46:05 +02:00
23a8c0465e Update HIP SDK as well
Brecht Van Lommel commented on pull request blender/blender#123348 2024-06-18 17:37:19 +02:00
Build: Update macOS libraries for Blender 4.2

Not sure I understand the question. They were missing due to the issue in harvest.cmake that this PR corrects?

Brecht Van Lommel deleted branch fix-123324 from Alaska/blender 2024-06-18 17:35:35 +02:00
Brecht Van Lommel closed issue blender/blender#123324 2024-06-18 17:35:33 +02:00
Cycles: Interior of volumes sometimes do not render properly in orthographic mode
Brecht Van Lommel merged pull request blender/blender#123341 2024-06-18 17:35:29 +02:00
Fix #123324: Improve Cycles camera bounding box size calculation