Maya takes a long time to start

Hey there Philip,

Good for you, thanks a lot for all the help you gave me those past few months! It was amazingly helpfull :slight_smile:


in engine_init.py:

if engine.name == "tk-desktop":
    if engine.context.project.get('id') == 190
         # do some stuff

This definitly works :slight_smile:

I’ll have to check launch time at different hours of the day, but for now, since I moved env var definition here maya seems to launch in a matter of second, while it could take up to 5mn when I was using before_app_launch.py
SG Desktop launch and Project loading does not seem to be longer.

That’s definitly the way to go.

2 Likes