[Bf-blender-cvs] [6a22230db4e] master: Fix : accidentally committed typo, roo many closing brackets.

Martijn Versteegh noreply at git.blender.org
Sat Jan 21 00:23:02 CET 2023


Commit: 6a22230db4eee17d36af676f3c8828b8a9316a7e
Author: Martijn Versteegh
Date:   Sat Jan 21 00:22:17 2023 +0100
Branches: master
https://developer.blender.org/rB6a22230db4eee17d36af676f3c8828b8a9316a7e

Fix : accidentally committed typo, roo many closing brackets.

Ooops

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

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

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

diff --git a/source/blender/makesrna/intern/rna_mesh.c b/source/blender/makesrna/intern/rna_mesh.c
index 18f89636f1b..5ab36c1aa7d 100644
--- a/source/blender/makesrna/intern/rna_mesh.c
+++ b/source/blender/makesrna/intern/rna_mesh.c
@@ -2915,7 +2915,7 @@ static void rna_def_mloopuv(BlenderRNA *brna)
 
   prop = RNA_def_property(srna, "uv", PROP_COLLECTION, PROP_NONE);
   RNA_def_property_struct_type(prop, "Float2AttributeValue");
-  RNA_def_property_ui_text(prop, "UV", "UV coordinates on face corners"));
+  RNA_def_property_ui_text(prop, "UV", "UV coordinates on face corners");
   RNA_def_property_collection_funcs(prop,
                                     "rna_MeshUVLoopLayer_uv_begin",
                                     "rna_iterator_array_next",



More information about the Bf-blender-cvs mailing list