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-06-26 15:01:09 +0400
committerTon Roosendaal <ton@blender.org>2006-06-26 15:01:09 +0400
commit3ffdc5a83b47e882b304cc7dab258eb7e3564d06 (patch)
treea98bcfaf4a69f656e04f0c175efc3d134162a698 /source/blender/src/editnode.c
parente5818d46ef46ae46639888f3d665b2cceee047d1 (diff)
Bugfix #4480
Material Node trees needed support in IpoWindow still, it was only showing the Ipo for the (defunct) base material. Now it follows the active Node.
Diffstat (limited to 'source/blender/src/editnode.c')
-rw-r--r--source/blender/src/editnode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editnode.c b/source/blender/src/editnode.c
index ae0dc9f3555..826df9cde6c 100644
--- a/source/blender/src/editnode.c
+++ b/source/blender/src/editnode.c
@@ -420,6 +420,7 @@ static void node_set_active(SpaceNode *snode, bNode *node)
BIF_preview_changed(-1); /* temp hack to force texture preview to update */
allqueue(REDRAWBUTSSHADING, 1);
+ allqueue(REDRAWIPO, 0);
}
else if(snode->treetype==NTREE_COMPOSIT) {
/* make active viewer, currently only 1 supported... */