Error in 78943edc5d
The key was not included in the appropriate condition block, leading to
an error.
7 lines
118 B
Python
7 lines
118 B
Python
import bpy
|
|
|
|
filepaths = bpy.context.preferences.filepaths
|
|
|
|
filepaths.text_editor = ""
|
|
filepaths.text_editor_args = ""
|