Block a user
Add ASAN support to BLI_mempool
c17ba6af43
Merge branch 'main' into mempool_asan
536144983b
Fix: group node inputs always requested unnecessarily
5a5c0e879c
Cleanup: correct exception message & remove unused iterator variable
89afdd6f24
Vulkan: Texture Unpacking
6a49041be3
Fix string lookups asserting or failing with unsupported collections
3e8bb65146
Merge branch 'main' into mempool_asan
ae57d86d42
Fix #107095: Spikes during multires reshape propagation
700d168a5c
Volumes: Generate proper fog volume in Mesh to Volume node
5d0595fded
Suport relative path option per-asset library
557a245dd5
Cycles: add HIP RT device, for AMD hardware ray tracing on Windows
Regression: Multires: Enabling "Sculpt Base Mesh" after using transform tools crashes Blender
904f47b12b
Merge branch 'main' into temp-sculpt-dyntopo
a649ff7b98
Fix broken 'replace object in collection' code.
4f08eeae9c
Nodes: Make spacings unitless in String to Curves node
aeb15e4e76
Cleanup: fix compiler warning
4504a13bd9
Fix #107262: snap source of type Active Element sometimes fails
Multiresolution "Unsubdivide" crashes Blender
I'm not sure. The bug was caused by using a Mesh's customdata layout to access a BMesh attribute.
Dyntopo: detail flood fill ruins initial curvature
This is fixed in the new dyntopo branch. I wasn't able to come up with a fix for master.
WIP: Sculpt: cleanup sculpt attribute API
In isolation, this is a nice cleanup, so I think with a few changes this PR makes sense.
However, I'm generally skeptical about making an API that processes a single element at a time. …
Multiresolution "Unsubdivide" crashes Blender