Skip to content

Commit 40de5ab

Browse files
authored
ARNOLD-16217: Re-process conncetions after sync in update (#2266)
1 parent e541ae2 commit 40de5ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/render_delegate/reader.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ void HydraArnoldReader::Update()
326326
_imagingDelegate->ApplyPendingUpdates();
327327
arnoldRenderDelegate->HasPendingChanges(_renderIndex, _shutter);
328328
_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();
329332
}
330333

331334
void HydraArnoldReader::WriteDebugScene() const

0 commit comments

Comments
 (0)