Blender Git Commit Log
Git Commits -> Revision 8f97a64
Revision 8f97a64 by Jeroen Bakker (master) June 23, 2020, 12:33 (GMT) |
Fix T77893: Crash drawmanager threading custom data Tangent normals were temporarily saved in the original given layers but the typeinfo wasn't updated. This lead to several issues since we changed the threading of the mesh extraction. This patch stores the tangent normals in a temporary custom data on the stack this way the typemap doesn't need to be updated. Still need to run the tests for an hour to see if it is fixed Reviewed By: Cl�ment Foucault, Philipp Oeser Differential Revision: https://developer.blender.org/D8095 |
Commit Details:
Full Hash: 8f97a64dec356d48a51948658efed7d7a9074c6e
Parent Commit: 439b40e
Lines Changed: +10, -8
1 Modified Path:
/source/blender/draw/intern/draw_cache_extract_mesh.c (+10, -8) (Diff)