Hi all,
I'm just starting with creating custom actions but I am having trouble getting any of them to show up. For example, just to test, I have tried adding this code, which I found on a thread here, to my \ftrack-connect-plugins\hook\ folder-
import ftrack_api
class TestAction(object):
identifier = "test_action"
label = "Test Action"
def __init__(self, session):
super(TestAction, self).__init__()
self.session = session
def register(self):
self.session.event_hub.subscribe('topic=ftrack.action.discover and source.user.username={0}'.fo