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/header_node.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/header_node.c')
-rw-r--r--source/blender/src/header_node.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/header_node.c b/source/blender/src/header_node.c
index 742dc99d636..11cfef36761 100644
--- a/source/blender/src/header_node.c
+++ b/source/blender/src/header_node.c
@@ -80,6 +80,7 @@ void do_node_buttons(ScrArea *sa, unsigned short event)
BIF_preview_changed(ID_MA);
allqueue(REDRAWNODE, 0);
allqueue(REDRAWBUTSSHADING, 0);
+ allqueue(REDRAWIPO, 0);
}
break;