Skip to content

[v1.4.3] Fixed error when executing operation nodes

Choose a tag to compare

@KennedyRichard KennedyRichard released this 11 Sep 13:39
· 77 commits to main since this release

The error was caused by using the wrong attribute when retrieving the existing sockets from an operation node. Using the correct attribute name, by including an if/else clause that picked the appropriate attribute when needed, fixed the error.

The error was causing execution of the graph to fail altogether whenever operation nodes were present.