Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Trickey <howard.trickey@gmail.com>2020-04-10 17:59:27 +0300
committerHoward Trickey <howard.trickey@gmail.com>2020-04-10 18:03:27 +0300
commit475d7d073add3d1f49867d1ab5c0a1b4857adab8 (patch)
treea0b53adf60d407a5b24ef21bf57da9f8a2f70fef /source/blender/modifiers/intern/MOD_displace.c
parentab8e7ffc6411da2bbd9cfb574b8dfcb86390c5ea (diff)
Fix T74800 Bevel modifier generates vertex group weight > 1.0.
Due to floating point approximations, the weights for interpolating the mdeformvert layer could add up to a tiny bit more than 1.0. This was not a problem in practice, but the mesh validation routine used in regression tests was testing for this and therefore failing. Just changed interpolation of mdeformverts to clamp max to 1.0f.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_displace.c')
0 files changed, 0 insertions, 0 deletions