Blender Git Commit Log

Git Commits -> Revision 17ccda4

Revision 17ccda4 by Kévin Dietrich (master)
November 4, 2020, 13:03 (GMT)
Cycles: fix multithreading issue introduced in previous commit

The issue is that the shaders are stolen from the original Geometry by
the temporary Geometry used to accumulate data, but the main thread
still needs them for syncing the attributes.

So make a copy of the shader array to preserve the data on the original
Geometry.

Commit Details:

Full Hash: 17ccda4fe1c4bcc206024af3244c44678791a685
Parent Commit: ed4855e
Lines Changed: +10, -2

2 Modified Paths:

/intern/cycles/blender/blender_curves.cpp (+5, -1) (Diff)
/intern/cycles/blender/blender_mesh.cpp (+5, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021