Search found 25 matches
- October 30th, 2020, 11:54 pm
- Forum: Expression Discussion
- Topic: How to link text properties between different text layers?
- Replies: 2
- Views: 1108
Re: How to link text properties between different text layers?
Using the new expression engine & a recent version of AE (that supports text styling), this will clone the text content and the text layer style from one text layer to another. Apply to the destination's Source Text field: const ref = thisComp.layer("Driver Text Layer").text.sourceText; // Copy the...
- September 10th, 2020, 5:40 am
- Forum: Expression Discussion
- Topic: What is the best way to get the anchor point to the center of a line in Video Copilot for Saber?
- Replies: 1
- Views: 2004
Re: What is the best way to get the anchor point to the center of a line in Video Copilot for Saber?
I'm trying to make this saber spin from the center while constantly having the anchor point between the two points (Core Start and Core End) https://preview.redd.it/kffnc7rdna951.png?width=1062&format=png&auto=webp&s=ef7e8c3ec594713b92d1accb2bbc649f3579c6f8 I prefer having to run an expression to d...
- June 29th, 2020, 6:00 am
- Forum: Expressions Tutorials
- Topic: 3D Swarm tutorial
- Replies: 7
- Views: 63063
Re: 3D Swarm tutorial
This tutorial shows an expression that can be applied to multiple layers to create a 3D swarm effect. http://www.paul.tuersley.btinternet.co.uk/images/expSwarm01.jpg You'll see examples of how to: use one set of Expression Control effects to control multiple layers. use the wiggle(), random() and s...
- June 18th, 2020, 2:24 am
- Forum: Script requests
- Topic: Need a simple AE script to add text to the source text keyframe on text layer
- Replies: 1
- Views: 4140
Re: Need a simple AE script to add text to the source text keyframe on text layer
basitgo wrote: ↑April 4th, 2020, 10:29 pmNeed a super simple Adobe after effect script to add text to keyframe on the text layer from a clipboard or a text file.
1 keyframe is for 1 linevideo : https://youtu.be/vSbLCqu5PPY
Hello.
I can do this for you for the next two to three days, if you still need this.
- June 17th, 2020, 9:15 am
- Forum: Scripts Discussion
- Topic: toggling layer visibility via expression control in effects panel?
- Replies: 5
- Views: 3469
Re: toggling layer visibility via expression control in effects panel?
Hi @ sshahriyari! That looks like a handy little script you got there, but not quite what I"m trying to do. Ultimately what I want is to have an effect control that is linked to an expression on the layer of whos visibility I want to toggle. So like for example, I am rigging a characteand I want to...
- June 17th, 2020, 4:31 am
- Forum: Scripts Discussion
- Topic: toggling layer visibility via expression control in effects panel?
- Replies: 5
- Views: 3469
Re: toggling layer visibility via expression control in effects panel?
Unfortunately, that doesn't really work for me because even at 0% transparency, the layer can still be "selected" in the camera view by accident (even if you can't see it). Ultimately I've come to the conclusion that you can't control the eyeballs with expressions (in timeline), only with scripts. ...
- June 16th, 2020, 10:16 am
- Forum: Script requests
- Topic: Select all keyframes from all layers in the current frame
- Replies: 4
- Views: 11828
Re: Select all keyframes from all layers in the current frame
Hi krll, after about 1 hour I wrote this simple script for you. hope you enjoyd. https://gum.co/keyframeselector Hi sshahriyari, I just donated and tried your script looking for something exactly like what the OP asked for. Unfortunately it does not select all the keyframes under the playhead, onl...
- June 15th, 2020, 10:37 pm
- Forum: Scripts Discussion
- Topic: toggling layer visibility via expression control in effects panel?
- Replies: 5
- Views: 3469
Re: toggling layer visibility via expression control in effects panel?
I'm trying to write a script that toggles the visiblity (eyeball) of a layer depending on if a check box is toggled in the effects panel, using AE 2020. The main gist is i'm rigging a character and want to show/hide controls depending on the options they have turned/on off. I believe i can do that ...
- June 15th, 2020, 10:36 pm
- Forum: Script requests
- Topic: Need a simple script to create a composition
- Replies: 1
- Views: 1652
Re: Need a simple script to create a composition
Hi everyone! I need your help. I want to get a simple script to automate a process. The script has to: -Create a new composition from selected footage -Add a certain expression to the position property (the expression text will be provided) of the video layer of the composition just created. Тhank ...
- June 14th, 2020, 6:22 am
- Forum: Script requests
- Topic: Layer marker names trigger actions
- Replies: 1
- Views: 12231
Re: Layer marker names trigger actions
If layer marker matches *word* then change background colour behind text to {CSS colour code} according to a reference dictionary. For example: When a layer marker called 'talk' is seen, change the background of the composition to #bc8fa6. I have a list of words to match and the colours to match to...
- November 30th, 2019, 2:02 am
- Forum: Script requests
- Topic: New version msg script
- Replies: 1
- Views: 5556
- October 21st, 2019, 1:36 am
- Forum: Scripts Discussion
- Topic: Is there any command for stabbilize a selected layer?
- Replies: 1
- Views: 10057
Re: Is there any command for stabbilize a selected layer?
Hi, I have searched about this question but I could'nt find anything. Is there any command in adobe extendScript for stabbilize a selected layer that I tracked it by motion tracker ? and what about applying a tracked point in motion tracker (for example by default current track: tracker 1or etc... ...
- October 19th, 2019, 2:10 pm
- Forum: Script requests
- Topic: Import coordinates as rotoscoping path
- Replies: 1
- Views: 7318
Re: Import coordinates as rotoscoping path
Hello, Is there a script that imports coordinates of the rotobrush results into after effects? I have found http://clearvid.io online service that performs rotoscoping and they provide the points of the resultant masks of rotoscoping in a text file. Please find the video and the points https://www....
- October 19th, 2019, 1:55 pm
- Forum: General Scripts Library
- Topic: Instagram Video Splitter (After Effects Script)
- Replies: 1
- Views: 10604
Re: Instagram Video Splitter (After Effects Script)
version 0.92 released.
some bug fixes and performance improvements.
I hope you enjoyd
some bug fixes and performance improvements.
I hope you enjoyd

- April 7th, 2019, 4:13 am
- Forum: General Scripts Library
- Topic: Instagram Video Splitter (After Effects Script)
- Replies: 1
- Views: 10604
Instagram Video Splitter (After Effects Script)
When you want to upload your video to social media (instagram especially) but you can't, as the video has duration over the determined limit. This After Effects Script will help you to split your video become any parts based on duration. so you could still upload your video partially. this version i...