I think the problem is you have left out self
.
def runAction(self, event):
self.parent.custom.currentValue -= 1
Use the Browse Properties button in the script editor to avoid this kind of error.
I think the problem is you have left out self
.
def runAction(self, event):
self.parent.custom.currentValue -= 1
Use the Browse Properties button in the script editor to avoid this kind of error.