javascript - Debugging After Effect Scripts -


i have after effects script wont work in unless running cs6 version. need usable in older versions of after effects, have no experience scripting after effects. i'm web dev, have no idea begin debugging process type of jsx script. kindly point me in direction start debugging process?

in order check scripts older versions of ae, need have:

  • whatever older version(s) of ae installed,
  • extendscript toolkit (estk) installed, , make sure "sees" version(s) of ae running (by checking "target application" popup in upper left; it may you'll have install older versions of estk work older versions of ae -- thankfully small app)

frankly, use estk; debug other means, if you're used various debugging tools available in other programs, should able utilize estk offers (breakpoints, results of script execution, etc.).


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -