Block a user
ca8a7c7054
Merge branch 'blender-v4.1-release' into main
4c708a8c3e
Linux: Avoid XDG_RUNTIME_DIR warnings running headless Blender
873472b747
Linux: Improve headless EGL initialization messages
db754790b7
Fix: snap gizmo state returning to default values after unhidden
6d491da0be
Cleanup: miscellaneous improvements in knife code
Cycles HIP device
I don't know the exact driver version but the issue has been fixed for a long time now https://github.com/ROCm/HIP/pull/2229
fbb19f41a2
Check for rcom6 hip runtime
23faaac68b
UI: Gizmo Button for Lock Camera to View
c04a79622c
Cleanup: make format
1f142b3d44
Fix: Cycles MIS disabled unnecessarily with transparency, causing fireflies
f3c401ef6f
UI: Update default mask icon
WIP Cycles: Removed/Updated deprecated compiler option for HIP
5fa8a6cc9f
Removed/Updated deprecated compiler option for HIP
c7e674d40f
Cleanup: extract low level dna array utilities to separate file
02fc4d6481
Fix: Tonemap node has a wrong luminance scale
089c389b5c
Cleanup: Store UI button drawstr with std::string
18af495cfc
Fix: EEVEE-Next: Alpha Blended material pre-pass
Cycles crash on CPU denoise with old gpu driver
If either the driver is old or non-existent, loading the driver fails (gracefully, without crashing the app) and the HIP option in the user interface will not be available. What @ThomasDinges …
WIP Cycles OIDN HIP: No device available to denoise on #116810
628872a7e5
Cycles OIDN HIP: No device available to denoise on #116810
eb747c5d20
Fix: invalid memory access in Hydra world and material export
4e0d604035
Fix #116950: Redraw Issues in Open Recent Previews
7271f303fe
Cleanup: make format
2b9aa55a03
RNA: Remove bitmask from BoolAttributeValue.value
Cycles OIDN HIP: No device available to denoise on
This happens because support for OIDN is queried before the device id is set. First [OIDNDenoiserGPU::is_device_supported(info)](https://projects.blender.org/blender/blender/src/commit/eb747c5d2…
c19aeb35fe
Merge branch 'main' into AMD_HIPRT
0db6d8a5fc
EEVEE-Next: Fix shadow tests
Fix for HIP RT deformation:
3725094453
Fix for HIP RT deformation:
6e4adbe694
Cleanup: use_holes arg to isect_point_poly_v2 has been ignored since 2013
03bbdd804c
Cleanup: move math_geom.c to c++
adb41fe6b2
Merge branch 'blender-v4.0-release' into main
fe9e28c086
Fix build error on macOS x86, after Metal motion blur workaround
65506ff906
Merge branch 'AMD_HIPRT' of projects.blender.org:salipour/AMD_HIPRT into AMD_HIPRT
fd3353bca1
Fix for transparent shadows. Updating how primitive ID/type is queried.
709ec52c7d
Core: foreach_id: Add a new callback flag to skip processing at readfile time.
710b47fe7c
Tweak SpaceNode foreach_id callback handling of nodetree ID pointer.
1857df8d5b
Cleanup: Use FunctionRef for PBVH filtering callback