Fix: autokeyframing when pasting poses no longer worked #113940

Merged
Christoph Lendenfeld merged 1 commits from ChrisLend/blender:fix_pasting_pose_no_auto_key into main 2023-10-19 16:23:13 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 09efdd7207 - Show all commits

View File

@ -222,7 +222,7 @@ bool autokeyframe_object(bContext *C, Scene *scene, Object *ob, KeyingSet *ks)
bool autokeyframe_pchan(bContext *C, Scene *scene, Object *ob, bPoseChannel *pchan, KeyingSet *ks)
{
if (autokeyframe_cfra_can_key(scene, &ob->id)) {
if (!autokeyframe_cfra_can_key(scene, &ob->id)) {
return false;
}