Blender Git Loki

Git Commits -> Revision 82cc21d

Revision 82cc21d by Sergey Sharybin (master)
November 24, 2020, 11:40 (GMT)
Fix T77261: Multires creates spikes when subdividing ngons

The spikes were caused by non-initialized tangent matrix used during
smoothing process. The reason tangent matrix was not initialized was
because wrong usage of API: n-gons should pass corner of 0 to the
matrix construction function.

Corrected usage of the API and added assert() to help catching such
kind of non-initialized issues easier.

Commit Details:

Full Hash: 82cc21d5e4b62aa191726c4d9d89d5f53a2197f7
Parent Commit: e74f61b
Lines Changed: +8, -1

2 Modified Paths:

/source/blender/blenkernel/intern/multires_inline.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/multires_reshape_smooth.c (+4, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021