bdk-blender/source/blender/bmesh
Howard Trickey 7547ea3f66 Fix T102532: bevel spikes with loop slide.
There's a compromise of a code parameter called BEVEL_GOOD_ANGLE,
and bugs T44961, T86768, T95335, and this one, are all about problems
with various values of that parameter. If an angle of an adjacent
non-beveled edge is too close to that of the beveled edge, then you
get spikes. The BEVEL_GOOD_ANGLE says that if you are within that
angle difference, then no bevel happens. If the value is too small
then one gets spikes for certain models people build; if the value
is too large, then other people are annoyed that no bevel happens.
Hopefully this compromise in this commit is the final one I will do
before switching to Bevel v2, where none of this should be an issue.
2023-06-15 13:09:11 +02: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 T102532: bevel spikes with loop slide. 2023-06-15 13:09:11 +02: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