mirror of
https://github.com/xodio/xod.git
synced 2026-03-15 05:06:59 +01:00
Change standard signature of native nodes from void evaluate(NodeId nid) to void evaluate(Context ctx) Currently, this is a pure fiction. But it would allow to introduce required abstraction layer for lists lifting in which case Context ≠ NodeId.