Notifications
Clear all

[Closed] Turning off the Toolbar Button after execution

Hello,

I am clearly not understanding something, my script runs fine, but the toolbar button stays on. since i’m manipulating geometry i don’t have somethign i can physically close, holla.

on isChecked return iAmPressed

what is ‘on’ supposed to denote? i assumed it was running the fucntion isChecked and returning a boolean value to iAmPressed. and since I clicked the button, it should be true. halp!