bdk-blender/source/blender/bmesh
Hans Goudey d9dfa782eb Fix: Remove non-threadsafe BMesh assertions in Mesh conversion
Currently this macro modifies faces. It needs to take a const pointer
to the element so it can be run on the same face from multiple threads.
2023-06-06 12:12:26 -04:00
..
intern Fix: Remove non-threadsafe BMesh assertions in Mesh conversion 2023-06-06 12:12:26 -04:00
operators Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
tests Cleanup: replace C-style casts with functional casts for numeric types 2022-09-26 09:53:49 +10:00
tools Cleanup: Move remaining modifier files to C++ 2023-05-04 18:35:37 +02:00
bmesh_class.h Cleanup: quiet unreachable-code-generic-assoc warnings with CLANG 2023-03-28 15:57:48 +11:00
bmesh_tools.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
bmesh.h Cleanup: spelling in comments 2023-03-27 12:08:14 +11:00
CMakeLists.txt Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00