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 13:37:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-29 13:37:23 +0400
commitd8d3a6455f73f4e2fe9d8413004144da0295ac97 (patch)
tree9b05dd1562ef5f9ce7fee10d1896bc8b7fd6ad1c /source/blender/makesrna/intern/rna_nodetree.c
parente0c2ddb8863c90b46725afaca0dce99b463c13d6 (diff)
remove pynodes, were not working in 2.5, not ported to py3.x
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 fff0fb2f6ac..8294a96b836 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;