Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Acheson <harley.acheson@gmail.com>2020-12-11 21:48:30 +0300
committerHarley Acheson <harley.acheson@gmail.com>2020-12-11 21:48:30 +0300
commit92ab76c38ff8f3ed1af5efeba00becbb319b77fb (patch)
treefa386cd985176fdb482c30558c407dfb8119fce9 /source/blender/makesrna/intern/rna_userdef.c
parent93c67b0b8e20a1da514f2dc7e53bac8506dd3aaa (diff)
Cleanup: clang-format
Forgot to run Make Format on recent spelling changes
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 918bcb01170..2c659f06e90 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -6067,10 +6067,11 @@ static void rna_def_userdef_filepaths(BlenderRNA *brna)
prop = RNA_def_property(srna, "script_directory", PROP_STRING, PROP_DIRPATH);
RNA_def_property_string_sdna(prop, NULL, "pythondir");
- RNA_def_property_ui_text(prop,
- "Python Scripts Directory",
- "Alternate script path, matching the default layout with subdirectories: "
- "startup, add-ons and modules (requires restart)");
+ RNA_def_property_ui_text(
+ prop,
+ "Python Scripts Directory",
+ "Alternate script path, matching the default layout with subdirectories: "
+ "startup, add-ons and modules (requires restart)");
/* TODO, editing should reset sys.path! */
prop = RNA_def_property(srna, "i18n_branches_directory", PROP_STRING, PROP_DIRPATH);