Initial commit
This commit is contained in:
commit
bbe3047af4
5 changed files with 269 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# AddMarkersFromJSON
|
||||
|
||||
Helper scripts for importing REAPER track position data into After Effects for streamlined YTPMV/音MAD creation. Code is a mess currently so don't reference this project for other things. I don't know what else to name this \o/
|
||||
|
||||
## Usage
|
||||
|
||||
**Note:** This script expects you have Python 3 installed and in your `PATH` as `python`, as well as the packages listed in `requirements.txt`.
|
||||
|
||||
1. Grab the source of this repo.
|
||||
2. Put the `.jsx` and `.py` file into your After Effects' ScriptUI Panels folder (`Support Files/Scripts/ScriptUI Panels/`).
|
||||
3. Launch After Effects and access the script panel from the `Window` menu.
|
||||
|
||||
## Roadmap
|
||||
|
||||
Currently this is essentially just a dump of the script files I use currently, eventually I'd like to clean them up and add a few more features.
|
Loading…
Add table
Add a link
Reference in a new issue