[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.

JavaScript 100.0%
32 1 1

Clone this repository

https://tangled.org/kasper.space/2dcam https://tangled.org/did:plc:ut22zas3m4z77uynu2zxkt44
git@tangled.org:kasper.space/2dcam git@tangled.org:did:plc:ut22zas3m4z77uynu2zxkt44

For self-hosted knots, clone URLs may differ based on your setup.



README.md

2dCam#

Installation#

Refer to 2dCam.pdf

Usage#

Refer to 2dCam.pdf

Dev instructions#

Setup#

  1. Install Adobe After Effects
  2. Install Adobe ExtendScript Toolkit for debugging. For me, the official dmg installer would not work, so I downloaded using from this link that I found on a forum post, 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.

Workflow#

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.

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.

Useful resources#