a636b101d7dba031b187dbe49f58e5a7e81a7ac1
Same was true for SimpleDeform. Invert vertex group influence should only have an effect if there is a group specified. Shrinkwrap always uses a weight (gets weights via `BKE_defvert_array_find_weight_safe` -- which gets full weight for no group specified, rightfully so), if this gets inverted, we get no influence at all. Now move the inverting of the weights to `BKE_defvert_array_find_weight_safe`, adjust the other callers accordingly (Bevel also does not need to check for a valid vertexgroup beforehand). Pull Request: https://projects.blender.org/blender/blender/pulls/121625
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
