some render cache adjustments
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user