Hi Guys.
When I use this script to clear internalised data for button click , it show me this warning.
When I click “Do not show this message again” it will disappear until i restart Rhinoceros.
Can you help me to solve it ? Where am I making a mistake?
if reset and x:
x.PersistentData.Clear() # Clear Persistent Data
x.SetPersistentData(inPoints) # Set Points to Persistent Data
x.ExpireSolution(False)
SavePerData.gh (16.4 KB)
