Trying to get the DOM / COM Object Model of Adobe After Effects in Python, so I can manipulate / script various parts of the application. This is possible, on other Adobe applications, as demonstrated here: (https://github.com/lohriialo/photoshop-scripting-python, https://github.com/lohriialo/indesign-scripting-python).
After looking in COM Object Viewers, I still have not worked out After Effects COM ID.
Thus ideally would be able to load, the DOM, with code similar to this:
import win32com.client
app = win32com.client.Dispatch('XX')
Where XX would be something like AfterEffects.Application,
Thank you so much everyone for helping, the library I'm putting together once this troubling problem is solved; can be found here: https://github.com/samholt/after-effects-scripting-python
Best,
Sam