Commit b679116
committed
Fixed deserialization bug where nodes depending on on_input_connected did not have their connections initialized correctly.
Added BaseNode.on_input_connected call to base.graph._deserialize() (graph.py:1615) to fix this issue.1 parent 2a9c753 commit b679116
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1612 | 1612 | | |
1613 | 1613 | | |
1614 | 1614 | | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
1615 | 1618 | | |
1616 | 1619 | | |
1617 | 1620 | | |
| |||
0 commit comments