Cleanup: spelling in comments, comment block formatting

This commit is contained in:
2021-11-13 13:07:13 +11:00
parent acc800d24d
commit 1143bf281a
36 changed files with 108 additions and 87 deletions

View File

@@ -426,7 +426,7 @@ static void meshdeformModifier_do(ModifierData *md,
bindcagecos = (float(*)[3])mmd->bindcagecos;
for (a = 0; a < totcagevert; a++) {
/* get cage vertex in world space with binding transform */
/* Get cage vertex in world-space with binding transform. */
float co[3];
mul_v3_m4v3(co, mmd->bindmat, dco[a]);
/* compute difference with world space bind coord */