Spelling fixes in comments and descriptions, patch by luzpaz.

Differential Revision: https://developer.blender.org/D3668
This commit is contained in:
2018-09-03 16:49:08 +02:00
parent c6bbe6c5aa
commit 4da2acae3a
72 changed files with 132 additions and 132 deletions

View File

@@ -144,7 +144,7 @@ static DerivedMesh *doMirrorOnAxis(
DM_copy_poly_data(dm, result, 0, 0, maxPolys);
/* Subsurf for eg wont have mesh data in the custom data arrays.
/* Subsurf for eg won't have mesh data in the custom data arrays.
* now add mvert/medge/mpoly layers. */
if (!CustomData_has_layer(&dm->vertData, CD_MVERT)) {