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
path: root/intern
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-02-26 01:18:07 +0300
committerHans Goudey <h.goudey@me.com>2022-02-26 01:18:07 +0300
commit7aa0be4b32bdbee61ea732f43175c8bc6585fc98 (patch)
tree2fa20485aeb2380d7191b5393c7c4a208b5f482b /intern
parenta911f075d7aa823b215d4e7baf91ea4f5bd6099c (diff)
Fix: Failing OBJ export tests due to mesh normals commit
In some cases, the normal edit modifier calculated the normals on one mesh with the "ensure" functions, then copied the mesh and retrieved the layers "for write" on the copy. Since 59343ee1627f4c369e23, normal layers are never copied, and normals are allocated with malloc instead of calloc, so the mutable memory was uninitialized. Fix by calculating normals on the correct mesh, and also add a warning to the "for write" functions in the header.
Diffstat (limited to 'intern')
0 files changed, 0 insertions, 0 deletions