milasudril/texpainter

[question] Remove deep reevaluation of nodes

milasudril opened this issue · 1 comments

When the nodes are evaluated in correct order (thanks to toposort), there should be no need for recursive calls in operator()()

Defer beyond 1.0. Need to do some rewrite on FilterGraph::Node::operator()(). Store cache outside of node?