bdk-blender/source/blender/bmesh
Hans Goudey 4107e04c45 Fix T102670: Crash after deleting attribute in edit mode
Since we free BMesh attributes by attempting on every domain,
sometimes the attribute wouldn't be found for a CustomData.
We avoid reallocating custom data blocks in that case, so we
need to pass the ownership of the "pool" back to the BMesh.
2023-01-12 13:13:54 +01:00
..
intern Fix T102670: Crash after deleting attribute in edit mode 2023-01-12 13:13:54 +01:00
operators Cleanup: Typo with uv sphere normal creation 2022-07-23 09:12:13 +12:00
tests File headers: add missing copyright, add MIT to SPDX licenses 2022-02-11 14:56:03 +11:00
tools Fix T95335 Bevel operator Loop Slide overshoot. 2022-11-28 14:42:37 +01:00
bmesh_class.h Docs: add doc-string for BMFace.mat_nr struct member 2022-05-05 17:18:50 +10:00
bmesh_tools.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
bmesh.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
CMakeLists.txt BMesh: move bmesh_mesh to C++ 2022-07-22 20:40:31 +10:00