[Bf-blender-cvs] [0a747cd4e3a] master: Cleanup: clang-format

Ray Molenkamp noreply at git.blender.org
Sat Apr 11 21:01:25 CEST 2020


Commit: 0a747cd4e3a138942b6d85f9193ffc75aaa5fabf
Author: Ray Molenkamp
Date:   Sat Apr 11 13:01:19 2020 -0600
Branches: master
https://developer.blender.org/rB0a747cd4e3a138942b6d85f9193ffc75aaa5fabf

Cleanup: clang-format

===================================================================

M	source/blender/makesrna/intern/rna_modifier.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index 50a049883a1..176d8e6de91 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -4800,7 +4800,8 @@ static void rna_def_modifier_weightvg_mask(BlenderRNA *UNUSED(brna),
 
   prop = RNA_def_property(srna, "mask_tex_map_bone", PROP_STRING, PROP_NONE);
   RNA_def_property_string_sdna(prop, NULL, "mask_tex_map_bone");
-  RNA_def_property_ui_text(prop, "Texture Coordinate Bone", "Which bone to take texture coordinates from");
+  RNA_def_property_ui_text(
+      prop, "Texture Coordinate Bone", "Which bone to take texture coordinates from");
   RNA_def_property_update(prop, 0, "rna_Modifier_dependency_update");
 }



More information about the Bf-blender-cvs mailing list