I want to add buttons that trigger events in shotgun. For example, adding a button inside a field to update
other fields in the same row? Is this possible?
I want to add buttons that trigger events in shotgun. For example, adding a button inside a field to update
other fields in the same row? Is this possible?
Shani,
It isn't currently possible to add buttons into the UI, though related to your question in another post, you can add ActionMenuItems that can use a protocol handler to launch a local python script:
Cheers,
- Isaac
Thanks for the quick response Issac! I'll try working with the ActionMenuItem....
Shani
Thanks Isaac! Tried it and it works!