Blender Git Commit Log

Git Commits -> Revision fab573b

Revision fab573b by Bastien Montagne (master)
February 21, 2019, 14:40 (GMT)
Fix T59338: Blender crashes immediately after loading attached file in ~80% of my attempts.

Issue was a concurrent modification of an evaluated mesh by two
other meshes using it as source for custom normals data transfer.

Note that this fixes the crash (modifiers are strictly forbidden to modify
any data besides their own!), but now will have to add a new CD type to
be able to specifically request 'computed' clnors data layer, and not
only 'encoded' one, for source mesh...

Commit Details:

Full Hash: fab573bac0e1fbc88f8208372b3a5a2f7415c517
Parent Commit: 8986c92
Lines Changed: +5, -3

1 Modified Path:

/source/blender/blenkernel/intern/data_transfer.c (+5, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021