adobe-spritesheet-scripts
adobe-spritesheet-scripts copied to clipboard
Unable to execute script
Getting "Unable to execute script at line 40. sheetifyDialogContents is undefined" when running it in AfterEffects 13.7.2.3 (CC2015).
Same issue. Running OSX. AfterEffects 13.7.2.3 (CC2015).
File SheetifyDialog.jsx, line 40:
replace
this.contents = sheetifyDialogContents;
with
this.contents = SheetifyDialogContents;
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.