[READ-ONLY] Mirror of https://github.com/probablykasper/2dcam. After Effects 2d camera
after-effects camera extendscript script
0

Configure Feed

Select the types of activity you want to include in your feed.

Added README.md with dev instructions

Kasper (Mar 11, 2020, 10:30 PM +0100) 7f7aa6f1 38bacbd4

+18 -2
-1
FIXTHIS
··· 1 - use inpoint/outpoint instead of active because toggling visiblity off causes active to be false
+18 -1
README.md
··· 1 1 # 2dCam 2 2 3 - ### Resources 3 + ## Installation 4 + Refer to `2dCam.pdf` 5 + 6 + ## Usage 7 + Refer to `2dCam.pdf` 8 + 9 + ## Dev instructions 10 + 11 + ### Setup 12 + 1. Install Adobe After Effects 13 + 2. Install Adobe ExtendScript Toolkit for debugging. For me, the official `dmg` installer would not work, so I downloaded using from [this link](http://prdl-download.adobe.com/ExtendScriptToolkit/85C17E5FC8B34A7B8483796F0367F97C/1509443413689/AdobeExtendScriptToolkit_4_LS22.dmg) that I found on [a forum post](https://community.adobe.com/t5/get-started/how-can-i-download-extendscript-toolkit-for-cs6-in-the-creative-cloud/td-p/4564136), and then the installer itself was broken so I had to right click > Show Package Contents, then open `Contents/MacOS/Install` with the the termianl. 14 + 15 + ### Workflow 16 + The ExtendScript Toolkit app freezes constantly for me, so I developed using VSCode and ran it using the `Run script file...` menu item in After Effects. Then, whenever there was an error, I would jump into ExtendScript Toolkit to for it's error messages, logs, data browser etc. 17 + 18 + I also went into `Preferences... > Documents` and turned on `Automatic Reload of Changed Files` so that the changes I make in VSCode show up automatically in ExtendScript Toolkit. 19 + 20 + ### Useful resources 4 21 - [After Effects Scripting Guide](https://blogs.adobe.com/wp-content/blogs.dir/48/files/2012/06/After-Effects-CS6-Scripting-Guide.pdf?file=2012/06/After-Effects-CS6-Scripting-Guide.pdf) 5 22 - [JavaScript Tools Guide](https://www.adobe.com/content/dam/acom/en/devnet/scripting/estk/javascript_tools_guide.pdf) 6 23 - [Match names PDF](https://www.provideocoalition.com/aftereffects-plugin-match-names/)