Quantcast
Channel: Adobe Community : Discussion List - After Effects Scripting
Viewing all articles
Browse latest Browse all 2143

async behavior in jsx script Afx 2015 13.6.1.6

$
0
0

I do the following things in a JSX script (extensions):

 

-Open a template .aep

-update data in a few compositions

-create renderQueue

-render

->next task from a db

 

What it does 1 on 10 times:

-open a file

-*** skips some updates *** no errors

-create renderQueue

-render

 

Solution:

-Open a template .aep

-update data in a few compositions

$.sleep(200)

-create renderQueue

-render

then it's ok.

 

problem is on a PC win 7 dual xeon, 32GB ram,

AFX CC 2015 13.6.1.6

 

on AFX CC 2014 no problem

 

any idea ?


Viewing all articles
Browse latest Browse all 2143


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>