Blender Git Loki
Git Commits -> Revision bfdb420
Revision bfdb420 by Bastien Montagne (master) October 16, 2015, 19:56 (GMT) |
Fix broken CD_NORMAL interpolation callback (would generate non-unit vectors). Even if the weights are normalized, the weighted sum of normalized vectors usually does **not** give a normalized vector (unless all source vectors are aligned). This probably was not a big issue in most cases, since we usually interpolate similar vectors here - but still! |
Commit Details:
Full Hash: bfdb42047af02743d694675700c2e50e98b867ec
Parent Commit: 8172712
Lines Changed: +4, -1
1 Modified Path:
/source/blender/blenkernel/intern/customdata.c (+4, -1) (Diff)