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",

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to