I’m trying to set use_keyframe_insert_auto (the automatic keyframe insertion for objects and bones button – the one that has a red dot on the Timeline window) and it doesn’t appear to be working. I’m not getting an error, either.
import bpy
bpy.data.scenes["Scene name here"].tool_settings.use_keyframe_insert_auto = True
What am I doing wrong?