Fix : accidentally committed typo, roo many closing brackets.

Ooops
This commit is contained in:
Martijn Versteegh 2023-01-21 00:22:17 +01:00
parent a82c12ae32
commit 6a22230db4
1 changed files with 1 additions and 1 deletions

View File

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