Blender Git Commit Log
Git Commits -> Revision 2dbb492
Revision 2dbb492 by Kévin Dietrich (master) June 28, 2021, 11:12 (GMT) |
Fix T89455: Cycles crash when rendering a Mesh with autosmooth The crash was caused by a mistake in 5f9677fe0c533b008b815d7fee0b56509a414ab7 where the pointers to the custom data layers would be overwritten with the one for the first layer, as CustomData_duplicate_referenced_layer is only about the first layer. customData_duplicate_referenced_layer_index should be used instead to duplicate the right layer. |
Commit Details:
Full Hash: 2dbb492268c192f617b812b1cec569eae8a1aed3
Parent Commit: 1b942ef
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/customdata.c (+1, -1) (Diff)