[Bf-blender-cvs] [3ddfbf0b287] temp-group-collections: Fix build in release

Dalai Felinto noreply at git.blender.org
Wed Nov 1 18:14:43 CET 2017


Commit: 3ddfbf0b28708eff53fdf15f9b6171ebd5a3e957
Author: Dalai Felinto
Date:   Mon Oct 30 11:01:41 2017 -0200
Branches: temp-group-collections
https://developer.blender.org/rB3ddfbf0b28708eff53fdf15f9b6171ebd5a3e957

Fix build in release

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

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

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

diff --git a/source/blender/makesrna/intern/rna_layer.c b/source/blender/makesrna/intern/rna_layer.c
index 8d8f84f20b1..35159b91049 100644
--- a/source/blender/makesrna/intern/rna_layer.c
+++ b/source/blender/makesrna/intern/rna_layer.c
@@ -57,7 +57,7 @@ const EnumPropertyItem rna_enum_layer_collection_mode_settings_type_items[] = {
 const EnumPropertyItem rna_enum_collection_type_items[] = {
 	{COLLECTION_TYPE_NONE, "NONE", 0, "Normal", ""},
 	{COLLECTION_TYPE_GROUP, "GROUP", 0, "Group", ""},
-	{COLLECTION_TYPE_GROUP_INTERNAL, "GROUP INTERNAL", 0, "Group Internal", ""},
+	{COLLECTION_TYPE_GROUP_INTERNAL, "GROUP_INTERNAL", 0, "Group Internal", ""},
 	{0, NULL, 0, NULL, NULL}
 };



More information about the Bf-blender-cvs mailing list