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
path: root/source
diff options
context:
space:
mode:
authorLukas Tönne <lukas.toenne@gmail.com>2022-07-28 11:27:07 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2022-07-28 11:27:07 +0300
commite9e4924ade3e1fe29ee2f102bebf257894d0fefe (patch)
tree95d8ac951d5a274a633e66fe2ee509fba92e4bb2 /source
parent00172363baad8d4bb4a621449630e6c47498d297 (diff)
clang format.
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_curves.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_curves.c b/source/blender/makesrna/intern/rna_curves.c
index 9228428c41d..3e021b5775b 100644
--- a/source/blender/makesrna/intern/rna_curves.c
+++ b/source/blender/makesrna/intern/rna_curves.c
@@ -370,7 +370,8 @@ static void rna_def_curves(BlenderRNA *brna)
prop = RNA_def_property(srna, "use_sculpt_collision", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", CV_SCULPT_COLLISION_ENABLED);
- RNA_def_property_ui_text(prop, "Use Sculpt Collision", "Enable collision handling with the surface during sculpting");
+ RNA_def_property_ui_text(
+ prop, "Use Sculpt Collision", "Enable collision handling with the surface during sculpting");
RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
RNA_def_property_update(prop, 0, "rna_Curves_update_draw");