Merge branch 'master' into blender2.8
This commit is contained in:
@@ -514,8 +514,8 @@ static DerivedMesh *arrayModifier_doArray(
|
||||
DM_copy_loop_data(dm, result, 0, 0, chunk_nloops);
|
||||
DM_copy_poly_data(dm, result, 0, 0, chunk_npolys);
|
||||
|
||||
/* subsurf for eg wont have mesh data in the
|
||||
* now add mvert/medge/mface layers */
|
||||
/* Subsurf for eg wont have mesh data in the custom data arrays.
|
||||
* now add mvert/medge/mpoly layers. */
|
||||
|
||||
if (!CustomData_has_layer(&dm->vertData, CD_MVERT)) {
|
||||
dm->copyVertArray(dm, result_dm_verts);
|
||||
|
||||
Reference in New Issue
Block a user