📋 Metadata

💬 Content

I’m trying to put autokey frame toggle on a pie, I put “bpy.context.scene.tool_settings.use_keyframe_insert_auto = not bpy.context.scene.tool_settings.use_keyframe_insert_auto” under the command and it works, the problem is the UI doesn’t update and the button is wrong until I mouse over the animation window. Any ideas how to force an update?

Edit, I’m also struggling to get the ui layout and scenes list added to a pie menu (from the top left part of the screen)


🔗 View on Blender Artists