Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesrna/intern/rna_mesh.c')
-rw-r--r--source/blender/makesrna/intern/rna_mesh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_mesh.c b/source/blender/makesrna/intern/rna_mesh.c
index 3716a8d1404..0b4056121b3 100644
--- a/source/blender/makesrna/intern/rna_mesh.c
+++ b/source/blender/makesrna/intern/rna_mesh.c
@@ -2170,8 +2170,8 @@ static void rna_def_mproperties(BlenderRNA *brna)
MESH_FLOAT_PROPERTY_LAYER("Polygon");
MESH_INT_PROPERTY_LAYER("Vertex");
MESH_INT_PROPERTY_LAYER("Polygon");
- MESH_STRING_PROPERTY_LAYER("Vertex");
- MESH_STRING_PROPERTY_LAYER("Polygon");
+ MESH_STRING_PROPERTY_LAYER("Vertex")
+ MESH_STRING_PROPERTY_LAYER("Polygon")
# undef MESH_PROPERTY_LAYER
}