Reply To: [BUG] NC too aggressive in marking scene dirty.

NodeCanvas Forums Support [BUG] NC too aggressive in marking scene dirty. Reply To: [BUG] NC too aggressive in marking scene dirty.

#15079
Gavalakis
Keymaster

Hello from here as well and thanks for sending the reproduction project!
For the shake of this post completeness and for others looking for this until the next version release, the fix is rather easy:

Simply open up Blackboard.cs and change line # 50,

From This:
UndoUtility.RecordObjectComplete(this, UndoUtility.GetLastOperationNameOr("Blackboard Change"));

To This:
UndoUtility.RecordObject(this, UndoUtility.GetLastOperationNameOr("Blackboard Change"));

Join us on Discord: https://discord.gg/97q2Rjh