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