PoseMode rotate now also supports "Around individual Centers" for rotating.
This commit is contained in:
2005-09-22 20:11:21 +00:00
parent 942eb67b40
commit abb66762f1
2 changed files with 2 additions and 2 deletions

View File

@@ -1670,7 +1670,7 @@ static void applyRotation(TransInfo *t, float angle, float axis[3])
/* local constraint shouldn't alter center */
if (t->around == V3D_LOCAL) {
if (t->flag & T_OBJECT)
if (t->flag & (T_OBJECT|T_POSE))
VECCOPY(t->center, td->center); // not supported in editmode yet
}