Skip to content

Commit ef19e63

Browse files
committed
Feat: start_blender save userpref
1 parent 38fed5d commit ef19e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/restart_blender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import platform
32

43
import bpy
@@ -10,6 +9,7 @@
109

1110
def start_blender():
1211
import subprocess
12+
bpy.ops.wm.save_userpref()
1313
subprocess.Popen([bpy.app.binary_path])
1414

1515

0 commit comments

Comments
 (0)