some render cache adjustments

This commit is contained in:
itsmattkc
2019-09-04 10:58:50 +10:00
parent 12bc5839a6
commit 371d0e2b37
22 changed files with 150 additions and 48 deletions
-1
View File
@@ -315,7 +315,6 @@ void Node::Hash(QCryptographicHash *hash, NodeOutput* from, const rational &time
{
// Add this Node's ID
hash->addData(id().toUtf8());
qDebug() << "Hashing" << id();
// Add each value
QList<NodeParam*> params = parameters();