talosh / flameMenuSG

Minimalistic context-menu driven Shotgun integration for Autodesk Flame
MIT License
5 stars 1 forks source link

Check if it is possible to call "Rescan Hooks" from the thread created in main thread instead of the class #22

Closed talosh closed 4 years ago

talosh commented 4 years ago

Flame 2020.2 crashes when calling "Rescan Hooks" from a separate thread in the class. Last chance to get menu content automatially updated depending on a async cache change is to try to get a thread right from the mait thread and see if we can call it from there