Small usability tweaks in Compositor:

- After making a Group, internal socket values are now copied to the
  group node, so an execute will give identical results
- After ungrouping, the cyclic dependency tagging didn't work well in
  all cases, showing a red noodle line and giving composite errors.
  For time being solved by calling the NodeSort twice.
- Viewer nodes now get previews updated always (used to be only the active)
  Note: this is not for previews inside of groups!
This commit is contained in:
2006-11-20 09:37:01 +00:00
parent 228b94dc89
commit a667b79b35
3 changed files with 18 additions and 13 deletions

View File

@@ -531,7 +531,6 @@ void node_ungroup(SpaceNode *snode)
else {
if(nodeGroupUnGroup(snode->edittree, gnode)) {
ntreeSolveOrder(snode->edittree);
BIF_undo_push("Deselect all nodes");
allqueue(REDRAWNODE, 0);
}