設定

公式サイト:

Preferences | Blender Python API [Official]

プリファレンス (Preferences)

プロパティ
取得/変更

現在の設定を取得/変更するにはコンテキストアクセスを使用する。

pref = bpy.context.preferences
pref.view.language = 'ja_JP'Code language: Python (python)

参考:

Preferences | Blender Python API [Official]

bpy.context.preferences | Blender Python API [Official]

PreferencesView

参考:

PreferencesView | Blender Python API [Official]

ユーザー設定を保存する

こちらのページを参照

参考:

bpy.ops.wm.save_userpref | Blender Python API [Official]

How to save User Preferences with Python without using bpy.ops.wm.save_userpref()? – Blender Stack Exchange

記事をシェアする:
タグ:

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Protected by reCAPTCHA