Jump to content

Component path shows up red


John

Recommended Posts

Posted

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.

Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...