Search found 6 matches
- January 29th, 2019, 12:43 pm
- Forum: Scripts Discussion
- Topic: Zoom timeline
- Replies: 2
- Views: 15171
Re: Zoom timeline
Yeah. That's what I thought. Hoped for at way around it though.
- January 28th, 2019, 7:20 am
- Forum: Scripts Discussion
- Topic: Zoom timeline
- Replies: 2
- Views: 15171
Zoom timeline
Does anybody know if it is possible to control the magnification of the timeline viewer (the zoom factor controller by the slider in the bottom) via scripting? Ideally I would also like to be able to center the view on the Current Time Indicator, but I bet those things would be related. I can't find...
- August 27th, 2018, 2:10 am
- Forum: Expression Discussion
- Topic: Advanced position parenting
- Replies: 4
- Views: 58888
Re: Advanced position parenting
Try putting this on Layer B's position:
Code: Select all
[
thisComp.layer("A").transform.position[0]+value[0],
thisComp.layer("A").transform.position[1]+value[1],
]
- July 26th, 2017, 10:47 pm
- Forum: Scripts Discussion
- Topic: Echo to command-line
- Replies: 0
- Views: 13745
Echo to command-line
Does anyone here know if it's possible to send an echo style feedback to the command-line for an AE script? I'm calling the script like this: AfterFX.exe -s "//script away" Ideally when the script goes through certain phases it would write a feedback statement back to the command line. $.w...
- January 24th, 2009, 6:25 am
- Forum: Scripts Discussion
- Topic: What documentation do you use?
- Replies: 3
- Views: 14315
What documentation do you use?
I'm trying to get my head around AE scripting for the first time. I have a very specific need for it right now, but I'd like to learn for the future. I already have experience with Actionscript and PHP, and at first glance I think I should be able to learn this stuff pretty fast. I just can't find a...
- January 24th, 2009, 6:21 am
- Forum: Script requests
- Topic: Replacing footage files
- Replies: 1
- Views: 8881
Replacing footage files
Hi I'm trying to import a complete project from Canopus Edius into AE. It's actually simple enough. I export an AAF file from Edius and import it into AE, no problems. The thing is, that I'm using P2 footage from a HVX200. Now AE supports these video files, but when they are imported from the AAF th...