Quantcast
Channel: Adobe Community : Discussion List - After Effects Scripting
Browsing all 2143 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How can I automatically set the "Output To" filed for multiple items in the...

Hi, I added multiple items to the Render Queue, but the items did not render because the Output To field does not have a value.I want the output movie to have the same name as the comp and be stored in...

View Article


Image may be NSFW.
Clik here to view.

How can I move the starting point of a text layer by using a script while...

I used a script to move the starting point to 6 seconds, as shown in the following screenshot,but the key frames for the Animator 1 did not move. I was expecting the key frames to move by the same...

View Article


Image may be NSFW.
Clik here to view.

AfterEffects CC 2017.2 - Can't run scripts via command line

I edit in VS Code and need to run my scripts via the Windows command line.So I type:"E:\ADOBE\Adobe After Effects CC 2017\Support Files\AfterFX.exe" -r "C:\Users\User\Documents\Adobe...

View Article

adobe extendscript toolkit not working in AE CC

Hey,I'd like to do some development for AE CC 2015 but the ExtendScript Toolkit doesn't seem to be loaded.I go to File->Scripts->Open script editor and I get a prompt telling me to install the...

View Article

Image may be NSFW.
Clik here to view.

Rounded buttons for UI

Hi, I noticed some new scripts floating around on the internet that have round-cornered buttons, but I can't seem to find how to do it. (This is for both buttons and iconButtons) I think this was...

View Article


Address of the last imported file

How can you get address of the folder of the last imported file?(The current path that provides opening of the Import File window at any time when you work in AE).

View Article

Image may be NSFW.
Clik here to view.

Moving from CEP7 to CEP8 will require changes to Node.js usage

[Apologies for broad distribution.] Hello, potential CEP panel developers!  Changes to CEP's Node.js handling are required, between CEP7 and CEP8; this will break existing Node.js usage, in CEP...

View Article

Image may be NSFW.
Clik here to view.

New Extensions / Add-ons Development Forum Launched

Hi All Just a quick post announcing the new extensions / add-ons development forumhttps://forums.adobe.com/community/creative_cloud/add-ons/extensionsPlease post all your HTML extensions questions on...

View Article


Image may be NSFW.
Clik here to view.

Group inside a Tabbed Panel?

is it possible to create a MasterGroup inside a Tabbed Panel? and then split my content from each tab into Rows with different elements aligned at the top This is the part of the Script I'm working on,...

View Article


Image may be NSFW.
Clik here to view.

Are functions like toComp() and toWorld() available in scripts?

I've stumbled upon these really useful functions, but they only seem to work for me in expressions, and when I try to use them in my script, I get the function undefined message. It would be really...

View Article

Image may be NSFW.
Clik here to view.

Using script to set "Preserve rgb" in Interpret footage

I've searched for a long time that I still have no idea how to set the "Preserve RGB" under Color Management for footages with script.It would be awful if every comper have to set it hundred times...

View Article

Image may be NSFW.
Clik here to view.

Importing an Image into AE

I have a script that imports a persons name via a text file (this part works fine) then I need to add an image also but this is not working.The image location is inside the text file. Error for image...

View Article

Image may be NSFW.
Clik here to view.

Use script to load saved render settings and output modules files

I'm able to run a script at startup to call up a little toolbar in my company. I then want everyone to have the same output presets once their AE loadedI did some searches but it seems not straight...

View Article


List of reference names for executeCommand();

Hey! Does anyone know if it is possible to get a list of all the reference names for the executeCommand(); function? To be more specific; i'm talking about a list of all possible "number names", like...

View Article

Image may be NSFW.
Clik here to view.

Play and Stop the "Ram Preview" from a ModalDialog Extension

Hello,Is there a way to play the "Ram Preview" from a ModalDialog Extension.something like : app.findMenuCommandId("Ram Preview");but this possibility does not work.Cheers Jim

View Article


Can Extendscript see if an effect is missing?

My coworkers asked me to write a script that finds which layers have missing effects. I can search through every layer > every comp > Effects property > return every effect. I was hoping the...

View Article

Image may be NSFW.
Clik here to view.

the script could not be executed on line 924. Script aborted!

Запускаю скрипт Ouroboros 2, появляется меню с кучей непонятных настроек. Жму ОК, выходит сообщение: "unable to execute script at line 924. Script aborted!" Может у кого была такая же проблема? Что...

View Article


Image may be NSFW.
Clik here to view.

ScriptUI Blank Panel Error

So I have this script I'm writing: var w=new Window ('palette');var panelGroup=w.add("Panel",undefined,"Name");panelGroup.alignChildren="left";var...

View Article

Changing boxTextPos in text box

I saw that since cc 2017, "boxTextPos" for text box became writable. I'm trying to write a new value, but I can't write negative value (for example 0,-25). Is there any way to write negative values?

View Article

Image may be NSFW.
Clik here to view.

AE's Script Editor logs only the last object in for loop

When I call the following in AE's Script Editor:  var arr = [ "a", "b", "c" ]; for(var i=0; i < arr.length; i++) {  arr[i]; } Only the third (last) object is printed in the consol. Is this normal? I...

View Article
Browsing all 2143 articles
Browse latest View live