Cant open the CEP Extension in After Effects CC2015
I can see the extension at windows->extension, but if I click it, it cant be opened. I guess, there must be some param set wrong. Any help is also very grateful.
View Article"Reading past end of file" Trying to apply Preset from Script
I'm creating my first AE Script and have run into a small problem. I wish to apply a Preset to a Layer but i keep getting an ERROR/Warning message pop-up "After Effects warning: Reading pas end of...
View ArticleEvent listeners generate errors while modal windows are shown.
Hello all, I have an interface in script ui that relies on event listeners initialized like this:var button = palette.add("image", rect);button.onDraw = buttonDraw;button.addEventListener('mouseover',...
View ArticleNew UI Element Not "Filling" Correctly
I'm having a hard time with adding a new element into the UI while making it 'fill' properly with the current elements. Let's say I have a container that is 500px. The container has 2 buttons set to...
View Articleconsidering add a File-path property for a placeholder footage?
by far the property of placeholder only include (name, width, height, frameRate, duration)and the .mainSource couldn't change the file path of a placeholderwhen we import multi placeholders in a...
View ArticleCalling ExternalObject in OSX gives me IOError: I/O Error.
Hello, I have a script as a complement of a plugin, and I use the ExternalObject class in javascript to call an internal function in my plugin.Everything works as expected in windows, but I'm getting...
View ArticleSlider control
hello, I try to control a composition with a null object with a slider linked to the composition's opacity if(thisComp.layer("Nul Controle glissiere").effect("bouche")("Curseur"==1) 100 else 0 What's...
View ArticleAEGP Plugin PNGIO Support... Unable to decode PNG file
I have a node file that downloads a static map file as a .png (I have also tried downloading it as a .jpg) and adds it as a layer to a comp via CSInterface. The first time I do so, I consistently get...
View ArticleScript to Change Active Composition Duration
This should be really simple, but I can't seem to get it right. I need a script that takes the active composition and changes duration to be EXACTLY 4 seconds long. I'm using a 59.94 fps timecode...
View ArticleMaping frame-numbers between precomp and containing comp
Hi, the simple question first:How do I get the length of the darker-red-area in extendscript?I don't even know how to get the exact value on the AE-GUI...The background:I am currently trying to edit a...
View ArticleTimecode parsing for user input
I have a script that allows users to enter timecode as a string, and I wanted it to perform the same as the Timecode inputs in the rest of the program: if they type "1..." I want it to register as...
View ArticleHi to all my first time for me her hope I'm doing right . I'm looking for...
Hi to all my first time for me her hope I'm doing right . I'm looking for scripts for affter effect cs6 that calldExportTovsa.jsx&RenderTovsa.jsx ??????
View ArticlePoint Controller using ScriptUI
Hi all again, Is there a way to add a button with similar usage to the Point Controller effect to a ScriptUI palette?I wish to allow the user to select a point in the comp's viewer and get the X, Y...
View ArticleIs there something like sampleImage() for a Comp?
Hi everyone, I couldn't find any reference for this - Can I check the alpha value of a comp pixel and not a layer pixel (similar to a layer's sampleImage() method)? AEScripts.com and various other...
View ArticleStoring duplicate layer in variable "Function Object is undefined"
Im trying to write a script that duplicates and mirrors a layer across the center axis. This is also my first script in after effects to try getting the feel for it.However im not sure what the problem...
View ArticleWhy $.level in script always = 1 in after cc 2015?
"The current debugging level."Before 2015 $.level = 0 in native After Effects startand = 1 in ESTKNow CC 2015 always $.level = 1
View ArticleapplyPreset error
Hi I have a script UI Palette. It adds an ffx preset to a controller null using applyPreset. It also adds different expression to various properties on a layer. So that this layer is now controlled by...
View Articlehow to use code to control aftereffects?etc import files,put them on the...
is there any way,that i can fully control aftereffects with code? i want to auto import some files,use code to put them on the timeline, and maybe use some plugin,and finally render ,and e-mail the...
View ArticleHow to have various text styles in a single textbox via scripting
I am searching for a way do to have some control over styling word in a textbox via scripting. For exemple, I want to put, in a textbox, the words: “Lt amet, consectetur adipiscing elit” I know how to...
View ArticleCombinig sampleImage and valueAtTime
Hi I have a layer which scale is using sampleImage to set it's value. So it samples the color from a different layer and sets it's scale values accordantly.I then have a script which loops through...
View Article