Source, Position and Origin #172
ftomassetti
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When we have a Node we want to know a few things about it:
Is this understanding correct?
Right now, when I ask for the source of a node we get it from its origin:
However, if I obtain a node A2 from transforming A1, the origin of A2 will be A1 and A1 could be obtained from a certain file, while A2 is not obtained from that file, so the source should not be the same, in my opinion.
I think that in Kolasu 1.6 we could have:
What do you think @alessiostalla ?
Beta Was this translation helpful? Give feedback.
All reactions