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:
authorSergey Sharybin <sergey@blender.org>2020-11-24 14:40:42 +0300
committerSergey Sharybin <sergey@blender.org>2020-11-24 14:40:42 +0300
commit82cc21d5e4b62aa191726c4d9d89d5f53a2197f7 (patch)
tree774ea44408c829cad9dbb544241a6096018284ca /source/blender/blenkernel/intern/displist.c
parente74f61b49a8300d6a771801bf96aa34cca0cbf5a (diff)
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.
Diffstat (limited to 'source/blender/blenkernel/intern/displist.c')
0 files changed, 0 insertions, 0 deletions