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_object_force.c
parent93c67b0b8e20a1da514f2dc7e53bac8506dd3aaa (diff)
Cleanup: clang-format
Forgot to run Make Format on recent spelling changes
Diffstat (limited to 'source/blender/makesrna/intern/rna_object_force.c')
-rw-r--r--source/blender/makesrna/intern/rna_object_force.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_object_force.c b/source/blender/makesrna/intern/rna_object_force.c
index 106de759cfc..58f0502ab34 100644
--- a/source/blender/makesrna/intern/rna_object_force.c
+++ b/source/blender/makesrna/intern/rna_object_force.c
@@ -1486,10 +1486,11 @@ static void rna_def_field(BlenderRNA *brna)
prop = RNA_def_property(srna, "texture_mode", PROP_ENUM, PROP_NONE);
RNA_def_property_enum_sdna(prop, NULL, "tex_mode");
RNA_def_property_enum_items(prop, texture_items);
- RNA_def_property_ui_text(prop,
- "Texture Mode",
- "How the texture effect is calculated (RGB and Curl need a RGB texture, "
- "else Gradient will be used instead)");
+ RNA_def_property_ui_text(
+ prop,
+ "Texture Mode",
+ "How the texture effect is calculated (RGB and Curl need a RGB texture, "
+ "else Gradient will be used instead)");
RNA_def_property_update(prop, 0, "rna_FieldSettings_update");
prop = RNA_def_property(srna, "z_direction", PROP_ENUM, PROP_NONE);