[Blender][script]ドープシートとグラフエディタ上部に自動キートグルボタンを追加する
import bpydef draw_auto_key_button(self, context): layout = self.layout # タイムラインウィンドウのAuto Keyボタンと同様のボタンを作成 layout.prop(context.scene.tool_settings, "use_keyframe_insert_auto", toggle=True, text="Auto Key")# ドープシートのメニューにボタンを追加def r