Copy link to clipboard
Copied
Hi All,
I've this script error on CC AE 2015 while it runs flawlessly on AE 2014.
Just a simple script that reads the blend mode, and it executed after AEGP_IsScriptingAvailable called.
Any ideas what may cause this one?
Sorry, the issue was on my side.
The actual reason for this issue was starting the rendering queue while it was empty.
Copy link to clipboard
Copied
Hi Yuri,
On which selector is the script being called? Is this during a UI event?
Zac
Copy link to clipboard
Copied
Hi Zac,
I believe so. It called during the IdleHook function.
The strange part is that the same script called before (during different instance of IdleHook and worked without any issues)
Copy link to clipboard
Copied
Hi Yuri,
Does this happen every time?
Can you confirm that you’re only getting information in the script, not setting anything?
Copy link to clipboard
Copied
Hi Zac,
Sorry for long response, was in vacation.
The issue is like that:
I run AE scripts and everything is fine up to the point when I open a QT
modal dialog. At this point something in AE changes and I can't run scripts
any more (got the error I presented in the last message).
Any ideas how QT dialog can influence AE?
Copy link to clipboard
Copied
Sorry, the issue was on my side.
The actual reason for this issue was starting the rendering queue while it was empty.
Copy link to clipboard
Copied
How did you solve it?
Copy link to clipboard
Copied
I have same ploblem.
Copy link to clipboard
Copied
I skip the rendering in case the Render Queue is empty.