Reply To: Getter and Setter extension

NodeCanvas Forums General Discussion Getter and Setter extension Reply To: Getter and Setter extension

#13817
timv
Participant

Hi kinerius, are you using revision control like Git? If so, you could make a separate branch of your code that has the unaltered NodeCanvas. Every time an official update is released, you update this branch and then merge it to your master branch. This way your changes and the official changes can be merged. Sometimes it’s a bit hard to get everything right though if many files get moved around between versions, but in general I’m quite happy with this approach.