Search found 2 matches
- January 19th, 2009, 3:20 pm
- Forum: Scripts Discussion
- Topic: Running scripts via Visual Basic
- Replies: 3
- Views: 10053
Re: Running scripts via Visual Basic
If your VB works with Photoshop, try using photoshop to talk to AE through BridgeTalk. It would involve having Photoshop open but it might work. -Lloyd Thanks I haven't thought of that, but seems possible. I'm not too familiar with BridgeTalk so this might be a harder solution than trying to hack i...
- January 19th, 2009, 2:09 pm
- Forum: Scripts Discussion
- Topic: Running scripts via Visual Basic
- Replies: 3
- Views: 10053
Running scripts via Visual Basic
Hey, I wrote a program in VB that loads a .aep project, then executes a script. Only problem is VB doesn't come with an After Effects library like it does for photoshop, so there isn't a nice clean way of doing this. It can be done, but it's kinda messy. I had to launch after effects as a windows pr...