Added autokey call for Flip Quats tool (Alt-F in PoseMode)

This commit is contained in:
Joshua Leung 2008-06-29 03:58:46 +00:00
parent b98e53b8ac
commit e27d635e18
1 changed files with 3 additions and 1 deletions

View File

@ -1627,6 +1627,8 @@ void pose_flipquats(void)
pchan->quat[3]= -pchan->quat[3];
}
}
/* do autokey */
autokeyframe_pose_cb_func(ob, TFM_ROTATION, 0);
}