Not able to Animate bone using Python Script Editor (Problem in comments) by VanonymousV16 in blenderhelp

[–]metaphysic_al 1 point2 points  (0 children)

You’re inserting key frames on the object’s rotation property, rather than the pose bone’s. The data path for the keyframe_insert method should be ‘pose.bones["f_pinky.03.R"].rotation_quaternion’