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"); } _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
