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

This commit is contained in:
2018-06-08 15:42:42 +02:00
parent 9f2447cbd8
commit 06357b23a2

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;
}