···11-use inpoint/outpoint instead of active because toggling visiblity off causes active to be false
+18-1
README.md
···11# 2dCam
2233-### Resources
33+## Installation
44+Refer to `2dCam.pdf`
55+66+## Usage
77+Refer to `2dCam.pdf`
88+99+## Dev instructions
1010+1111+### Setup
1212+1. Install Adobe After Effects
1313+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.
1414+1515+### Workflow
1616+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.
1717+1818+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.
1919+2020+### Useful resources
421- [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)
522- [JavaScript Tools Guide](https://www.adobe.com/content/dam/acom/en/devnet/scripting/estk/javascript_tools_guide.pdf)
623- [Match names PDF](https://www.provideocoalition.com/aftereffects-plugin-match-names/)