Fix T55573: Mode rotate on local axis crashes

This commit is contained in:
Campbell Barton 2018-06-21 12:53:58 +02:00
parent 244cb8410e
commit 8d1ea6a767
Notes: blender-bot 2023-09-08 04:55:43 +02:00
Referenced by issue #55573, Multiple bones rotation crash
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ static void applyObjectConstraintRot(
/* on setup call, use first object */
if (td == NULL) {
td = tc->data;
td = TRANS_DATA_CONTAINER_FIRST_OK(t)->data;
}
if (t->flag & T_EDIT) {