mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
This partialy reverts commit c6db3f98bb.
The presets are case-sensitive, as explained in issue #110642.
6 lines
118 B
Python
6 lines
118 B
Python
import bpy
|
|
|
|
filepaths = bpy.context.preferences.filepaths
|
|
|
|
filepaths.text_editor = ""
|
|
filepaths.text_editor_args = ""
|