Allow variables to referenced from non-variable stores
rubensworks opened this issue ยท 2 comments
7bb04f5 changes some things related to variable references in networks, which may make it possible for non-variable stores to act as variable store.
This might make it possible to for example place a variable in a display panel or writer, and allow other variables to operate on this variable without it having to be present in a variable store.
Duplicate of #348