Completely Independent Duplicates?
Hello I'm back, First off thank you for your replies on my last post. Here is what I am trying to accomplish: I have six compositions. The first composition contains three text layers, and the...
View ArticleScript - Pro import AAF
Hello I'm trying to create a script to automatically import a folder containing a. AAF.I can't find the code to enable the Pro Import and not the classic.Have you any idea of a script to import several...
View ArticleHow to remove an item object (created by a script) from project?
For example: TempNull = app.project.activeItem.layers.addNull();...Use it somehaw...TempNull.remove(); it will remove object from compbut how to remove it from project also (newly created Null item in...
View Articleaerender and EXR
Hello, I am attempting to render .exr files via the command line using aerender -output /myPath/myFile.[#####].exr . Unfortunately it keeps on rendering .movs. Is there any way to specify the format...
View ArticleBug on a dockable GUI
Hi everyone, I just created a dockable GUI for my designers. It works perfectly well on my own computer, but on the others, when I run the script (with Run script... ou Window/myScript.jsx) I have this...
View ArticleDynamically add and remove ScriptUI elements
Hello. I'm looking for a way to add and remove elements like groups on click.The idea is to generate them instead of toggling .visible option on and off. Though after searching through manuals I'm...
View ArticleExtendscript Multiline Button
Is there a way to make the text on a button multiline? I triedvar Button = w.add('button',undefined,"Input\r Sonderfarbe");which only resulted in a shorter button but with no linebreak.
View ArticleProgress Bars On AE CC15
Hi there, I'm creating a script that duplicates a folder and all of its items and goes through each comp and replaces its layers, fixes expressions etc... I'm quite a beginner and have been doing...
View Articlemove playhead with script
is it possible to move the playhead via scripting ? I can find no way to do it and it's driving me nuts. I have a job that requires a huge amount of commented markers on multiple layers so I've built...
View ArticleHow to ignore all script error in my .jsx
Hi, I actually have an specific jsx that only works with an specific .aep. So when i run the script without the .aep open, the ExtendScript Toolkit send me to that window, and i want to ignore all...
View ArticleResize edittext in UI
I try to change the length of an edittext depending on a checkbox.This is my code so far: FormatSingle.z3 = FormatSingle.add('group'); FormatSingle.z3.Titel =...
View ArticleError: Object Invalid with selectedTabPanel when i close window panel.
I have a problem when i Close my Panel Window in after effects, send me to the ESTK window with an error in case: "OpenTag": Saying that is Object Invalid.So the script is working to set dropdown menus...
View ArticleHow to change Source Text with EditText in my Script?
Here is my actually code, the thing is that i want to change my text from myEditText in my Panel: function myScript(thisObj) { function myScript_buildUI(thisObj) { var...
View ArticleWhy Socket.open() always return false?
I'm trying to run simple example from "Javascript tools guide" : reply = ""; conn = new Socket; // access Adobe’s home page if (conn.open ("www.adobe.com:80")) { // send a HTTP GET request conn.write...
View ArticleKeyframeEase object
Hi.I am trying to work with KeyframeEase object. `var easeIn = new KeyframeEase(Speed, Influence)`. If I set `Influence` to 0.01, AE complaints that it’s out of range `0.1 - 100`. BUT how come I can...
View ArticleCan't get the color psd-layers with scripts and the method sampleimage()....
Apsd with layermasks, there are nocolorproperties, butthe layer itselfhas a color.How to get the valueof this color? I have tried theapp.project.laeyer(n).sampleImage([i,j],[a,b],false,0);Butwhen you...
View ArticleGUI - Listbox dynamically sorting ?
Hii'm doing my first steps into the scripting world, following David Torno's course (great course BTW, thanks a lot!!!)and i'm trying to put what i've learned into a script that will have "a better...
View ArticleList 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 Articlecopy/paste issues
Hi guys! I been putting together a script to expedite a very long and recurrent process. It includes copying files from one OS folder to the project OS (footage) folder, importing such files into the...
View Articlegetting "ReferenceError: Object is invalid" while resetting a listBox
Hii'm trying to create a refresh button for a list (that shows the render Q better for my needs). it works fine, i'm removing all the list items and then re-entering them. for some reason when i click...
View Article