Cleanup: spelling in comments & some corrections

This commit is contained in:
Campbell Barton
2023-05-20 21:17:09 +10:00
parent 1d6eb9bc93
commit bf36a61e62
42 changed files with 84 additions and 76 deletions

View File

@@ -212,7 +212,7 @@ void weightvg_do_mask(const ModifierEvalContext *ctx,
/* Get vgroup idx from its name. */
/* Proceed only if vgroup is valid, else use constant factor. */
/* Get actual dverts (ie vertex group data). */
/* Get actual deform-verts (ie vertex group data). */
const MDeformVert *dvert = static_cast<const MDeformVert *>(
CustomData_get_layer(&mesh->vdata, CD_MDEFORMVERT));
/* Proceed only if vgroup is valid, else assume factor = O. */