tornavis/source/blender/draw
Jeroen Bakker 8f97a64dec 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
2020-06-23 14:33:26 +02:00
..
engines EEVEE: Motion Blur: Add accumulation motion blur for better precision 2020-06-23 14:04:41 +02:00
intern Fix T77893: Crash drawmanager threading custom data 2020-06-23 14:33:26 +02:00
CMakeLists.txt EEEVEE: Object Motion Blur: Initial Implementation 2020-06-19 17:05:49 +02:00
DRW_engine.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
DRW_engine_types.h Fix T73931: Stereo Viewport Color Management 2020-03-19 08:26:48 +01:00
DRW_select_buffer.h Cleanup: Rearrange SELECTID_Context members for better alignment 2020-06-17 12:16:32 -03:00