Guest Posted August 15, 2019 Report Posted August 15, 2019 Sans Connect, are you calling session.event_hub.wait() anywhere? (either after you make the session, or inside the register function of the resolver, but I don't recommend the latter.) That's required to actually poll the event queue and respond. I assume "Custom resolver.py NOT picked up" means that the path is still red. You can check whether the plugin has been loaded by searching sys.modules for your filename, but do note that the namespace will be a UUID.
John Posted August 16, 2019 Author Report Posted August 16, 2019 It works now. I think part of the reason this thread becomes so lengthy is I didn't realize I need to have an event handler running by myself to supersede connect, so I kept asking how ftrack python api gets called. Thanks Steve and of cause Lorenzo!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.