Blender Git Loki
Git Commits -> Revision 81e12cd
July 26, 2021, 06:35 (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: 81e12cd9b1233014f18c527fbcea39ad6e9bb414
Parent Commit: d070cce
Committed By: Jeroen Bakker
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/customdata.c (+1, -1) (Diff)