hello all,
I saw this weird situation where in my Application patch, an LFO would run just fine on Update
, and other nodes also assigned to Update
would show "No Data Observed’ in their tooltips. After deleting and recreating those nodes with CTRL + Z, and exception would be raised.
Repro steps :
- Open gamma 2021.4 595
- In a new patch, install this version of the Grapevine nuget :
nuget install Grapevine -version 5.0.0-rc.8
(beware this will install a ton of dependencies) - Create an LFO
- Try to repro their Getting Started example :
- The Start node shows no timings
- Delete it and CTRL+Z, this exception pops.
Here’s the repro patch :
NotAllNodesAreRunning.vl (4.6 KB)
Can provide more details if necessary!
Thanks!
seb