Fix T55404: Auto key with only-available doesn't work

This commit is contained in:
Sergey Sharybin 2018-06-08 15:42:42 +02:00
parent 9f2447cbd8
commit 06357b23a2
Notes: blender-bot 2023-02-14 05:45:30 +01:00
Referenced by issue #58721, Keyframing one transform option reset other transforms
Referenced by issue #55404, Auto key doesn't work
1 changed files with 4 additions and 0 deletions

View File

@ -1106,6 +1106,10 @@ short insert_keyframe(
}
}
if (ret) {
DEG_id_tag_update(&adt->action->id, DEG_TAG_COPY_ON_WRITE);
}
return ret;
}