tornavis/source/blender/bmesh
Howard Trickey dd0520b93b Fix T83725 Inconsistent vertex group between exact and fast boolean.
This makes the exact boolean have zero weights for any vertex groups
on any newly created vertices, which is what the fast solver does.

The exact boolean solver was interpolating vertex data when interpolating
loop data in newly created faces. Not sure why I chose that. The Fast
boolean solver doesn't do that, so I stopped doing it too.
2020-12-13 16:04:05 -05:00
..
intern Fix API doc generation. 2020-12-04 16:45:10 +01:00
operators Merge branch 'blender-v2.91-release' 2020-11-18 00:27:36 +11:00
tests Cleanup: Clang-Tidy modernize-use-nullptr 2020-11-06 18:08:25 +01:00
tools Fix T83725 Inconsistent vertex group between exact and fast boolean. 2020-12-13 16:04:05 -05:00
CMakeLists.txt Cleanup: use string APPEND/PREPEND 2020-11-06 12:32:54 +11:00
bmesh.h Spelling: Apart Versus A Part 2020-10-19 09:47:19 -07:00
bmesh_class.h BMesh: support for comparing loops when calculating face-groups 2020-11-18 00:02:54 +11:00
bmesh_tools.h Merge newboolean branch into master. 2020-08-28 11:01:06 -04:00