Question
How to automate loading a .glb file into a AE composition
Hello,
I'm working on a AE extension that sends requests to a API. The API returns a .glb file formated in a really long https://assets.............. link
How would I automaticaly have the extenstion download the link, save it in folder localy as a .glb file then add it to a open composition in Affter Effects?
I think I need to have JavaScript and Exendscript download the link localy and work together to make this hapen, but (how) is my question.
