This partialy reverts commit c6db3f98bb.
The presets are case-sensitive, as explained in issue #110642.
7 lines
118 B
Python
7 lines
118 B
Python
import bpy
|
|
|
|
filepaths = bpy.context.preferences.filepaths
|
|
|
|
filepaths.text_editor = ""
|
|
filepaths.text_editor_args = ""
|