adobe-spritesheet-scripts icon indicating copy to clipboard operation
adobe-spritesheet-scripts copied to clipboard

Unable to execute script

Open olgv opened this issue 8 years ago • 3 comments

Getting "Unable to execute script at line 40. sheetifyDialogContents is undefined" when running it in AfterEffects 13.7.2.3 (CC2015).

olgv avatar Jun 16 '16 14:06 olgv

Same issue. Running OSX. AfterEffects 13.7.2.3 (CC2015).

keiranlovett avatar Aug 14 '16 06:08 keiranlovett

File SheetifyDialog.jsx, line 40: replace this.contents = sheetifyDialogContents; with this.contents = SheetifyDialogContents;

thealexus avatar Aug 18 '16 21:08 thealexus

Hmm. At some point I abstracted this.contents / sheetifyDialogContents into its own class and forgot to remove the variable. It's never used anywhere after being set.

The solution @thealexus suggested would indeed suppress the error (as it just points to the SheetifyDialogContents class/function), but that variable should just be removed altogether.

Will fix when I'm in front of a computer with everything installed.

rohanliston avatar Sep 20 '16 04:09 rohanliston