Search found 1 match
- April 12th, 2019, 12:13 pm
- Forum: Script requests
- Topic: Motion trackers positions
- Replies: 0
- Views: 31392
Motion trackers positions
Hello, everyone! I`m new to After Effects, so sorry if question if question is stupid. But i`m stuck and Scripting Guide doesn`t help. I need to extract information about positions of all Motion trackers in each frame. For now i see it that way: for (var h=1; h <= app.project.numItems; h++){ if (app...