Cleanup: comments (mainly long lines)

Comments after code can cause awkward line breaks.
This commit is contained in:
2019-04-21 13:44:06 +10:00
parent 9d72efe108
commit 93c19a5a2c
14 changed files with 134 additions and 85 deletions

View File

@@ -1404,8 +1404,9 @@ static void followpath_evaluate(bConstraint *con, bConstraintOb *cob, ListBase *
mul_m4_m4m4(cob->matrix, ct->matrix, obmat);
/* un-apply scaling caused by path */
if ((data->followflag & FOLLOWPATH_RADIUS) ==
0) { /* XXX - assume that scale correction means that radius will have some scale error in it - Campbell */
if ((data->followflag & FOLLOWPATH_RADIUS) == 0) {
/* XXX: Assume that scale correction means that radius
* will have some scale error in it - Campbell. */
float obsize[3];
mat4_to_size(obsize, cob->matrix);