Blender Git Commit Log

Git Commits -> Revision 475d7d0

Revision 475d7d0 by Howard Trickey (master)
April 10, 2020, 15:03 (GMT)
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.

Commit Details:

Full Hash: 475d7d073add3d1f49867d1ab5c0a1b4857adab8
Parent Commit: ab8e7ff
Lines Changed: +3, -0

1 Modified Path:

/source/blender/blenkernel/intern/customdata.c (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021