We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e541ae2 commit 40de5abCopy full SHA for 40de5ab
libs/render_delegate/reader.cpp
@@ -326,6 +326,9 @@ void HydraArnoldReader::Update()
326
_imagingDelegate->ApplyPendingUpdates();
327
arnoldRenderDelegate->HasPendingChanges(_renderIndex, _shutter);
328
_renderIndex->SyncAll(&_tasks, &_taskContext);
329
+ // Connections may have been made as part of the sync pass, so we need to process them
330
+ // again to make sure that the nodes are up to date. (ARNOLD-16217)
331
+ arnoldRenderDelegate->ProcessConnections();
332
}
333
334
void HydraArnoldReader::WriteDebugScene() const
0 commit comments