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:
authorTon Roosendaal <ton@blender.org>2006-01-02 22:09:37 +0300
committerTon Roosendaal <ton@blender.org>2006-01-02 22:09:37 +0300
commit0943a0249cc04fbf0f6bddc3df3f83569b5eb7c0 (patch)
tree51dec78905a3d076291b04fbc6a63e7dc2719ae4 /source/blender/blenloader
parentc1a4e42a75d16f50972007cf9608998fa207dc21 (diff)
Orange: enabled thread render for node trees.
Works with groups too! But, discovered a bug with texture nodes inside of groups... will do that next.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 9c53766cfc4..970d0306fd6 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -1258,7 +1258,6 @@ static void direct_link_nodetree(FileData *fd, bNodeTree *ntree)
bNodeLink *link;
ntree->init= 0; /* to set callbacks */
- ntree->data= NULL; /* safety only */
ntree->owntype= NULL;
link_list(fd, &ntree->nodes);