Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm trying to start a script job when Maya starts by putting it in the userSetup.mel file. For some reason my script job keeps Maya from starting and the program is hung while loading the the lookdev plugin while also hammering the CPU I think. Any way to get this script job to run without freezing Maya? I already tried evalDeferred and it produced the same hang.
scriptJob -runOnce 0 -compressUndo 1 -event "idle" "m341_extraHUD_refreshTimer";
Solved! Go to Solution.