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:
authorCampbell Barton <ideasman42@gmail.com>2012-05-29 19:02:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-29 19:02:21 +0400
commit7d04e4c53e5cd4888afd4177a9d70a6fc72c8e36 (patch)
tree9877850d4e9b86a36f787f2f730668617b42a1b4 /source/blender/makesrna/intern/rna_nodetree.c
parentec4f6750557218be262cacea53ef4cb0ccaa0671 (diff)
parentfeb3dc926a74b51789b100ac9532dc196a4cd9ae (diff)
svn merge ^/trunk/blender -r47150:47184
Diffstat (limited to 'source/blender/makesrna/intern/rna_nodetree.c')
-rw-r--r--source/blender/makesrna/intern/rna_nodetree.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 8cd56983d6c..8604fa0ef31 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -1069,15 +1069,7 @@ static void alloc_node_type_items(EnumPropertyItem *items, int category)
item++;
}
}
-
- item->value = NODE_DYNAMIC;
- item->identifier = "SCRIPT";
- item->icon = 0;
- item->name = "Script";
- item->description = "";
-
- item++;
-
+
item->value = NODE_GROUP;
item->identifier = "GROUP";
item->icon = 0;