Cleanup: spelling in comments, comment block formatting
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user