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.
This commit is contained in:
Ton Roosendaal
2006-06-26 11:01:09 +00:00
parent e5818d46ef
commit 3ffdc5a83b
4 changed files with 9 additions and 2 deletions

View File

@@ -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... */