Skip to content

some debugging and test scripts for use with Adobes Extendscript Engine

Notifications You must be signed in to change notification settings

ff6347/debugging-ae-scripts

Repository files navigation

debugging-ae-scripts

some debugging and test scripts for use with Adobes Extendscript Engine

##Test with prototyping array functions in After Effects
Enclosing the whole script in a function does not solve the problem. I snooped arround in Zorro-The Layer Tagger.jsx to replicate an enclosed structure and came up with this example. The function 'run_script_exPanel_enclosed' encloses everything.

From that I created this version that has an Array prototyped function for clearing arrays and this one that uses the prototype without having it.

When I start the _example_panel_withProto_enclosed.jsx and then start the _example_panel_callProto.jsx I can use the myArray.clear() command. Also the Array.clear() is still available if I close the script that created this proto. Only after a restart from After Effects the Array.clear() function is gone.

Copyright (C) 2012 Fabian "fabiantheblind" Morón Zirfas

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

some debugging and test scripts for use with Adobes Extendscript Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published