refactoring work to improve issues with new rendering pipeline
This commit is contained in:
@@ -34,12 +34,8 @@ NodeParam::Type NodeOutput::type()
|
||||
|
||||
QVariant NodeOutput::get_realtime_value()
|
||||
{
|
||||
parent()->LockProcessing();
|
||||
|
||||
QVariant v = parent()->Value(this);
|
||||
|
||||
parent()->UnlockProcessing();
|
||||
|
||||
return v;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user