refactoring work to improve issues with new rendering pipeline

This commit is contained in:
itsmattkc
2019-11-04 11:34:43 +11:00
parent 663ae56ac4
commit 97a4294bb3
15 changed files with 408 additions and 253 deletions
-4
View File
@@ -34,12 +34,8 @@ NodeParam::Type NodeOutput::type()
QVariant NodeOutput::get_realtime_value()
{
parent()->LockProcessing();
QVariant v = parent()->Value(this);
parent()->UnlockProcessing();
return v;
}