Block a user
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
USD: Rename active UV Map to "st" by default
Ah, that should be fixed now. I also improved the MaterialX case for this.
Fix #104061: Python GPU module unusable after too early import
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
c3fee22617
Fix reading from UV Map node.
46a67fdfe1
Support UV Map node attribute name in MaterialX, to match PreviewSurface
Cycles: HIP support for AMD Strix APUs
I guess the options then are:
- Disable
gfx1150
andgfx1151
on Linux - Upgrade only to HIP 6.1.3 on Linux (but maybe has performance regression)
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…
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…
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
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?
Cycles: Interior of volumes sometimes do not render properly in orthographic mode
Fix #123324: Improve Cycles camera bounding box size calculation