Created
April 2, 2024 05:31
-
-
Save monokano/88f4561632c76195affa4f014b6ba1ef to your computer and use it in GitHub Desktop.
Illustratorの「パフォーマンス > リアルタイムの描画と編集」をOFFにするスクリプト
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.preferences.setBooleanPreference("LiveEdit_State_Machine",false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
「Startup Scripts」フォルダを新規作成し、その中に入れておくと良いでしょう。
環境設定削除などでONになっても、次の起動時に自動的にOFFになります。