Stacked Fractions
my friend and i are trying to start an educational math channel, which explains math in Arabic via animation, But we're having problems writing a stacked fraction (where the numerator and the...
View ArticleHow do you enable per character 3D on a text layer through a script?
Hey all, i have a question that seems like it should have a simple answer, but I can’t find it anywhere. if I wanted to enable per character 3d through a script how would I do that?
View ArticleHow to fill up the space of a hidden object/panel by moving everything that's...
I'd like to know how you can fill up the space of a hidden object/panel by moving everything up that's below that object/panel. I hope someone can help me out.
View ArticleHow to code a scroll in an After Effects Script?
I'm curious if it is possible, what I suppose, to create a scroll bar when the window is at a certain height. I hope someone can help me out with this issue.
View ArticleSublime text build 3
Hello guys, How can I run my script (.jsx file) from Sublime text build 3 to after effects?
View ArticleHow to change image content from script?
Hello, I am using Abode After Effects 2019 and I have the following problem: I have an image in my composition. I need to write a script thatsubstitutes it's content from several different image files...
View Articlethis.Comp.layer Expression help
I am currently trying to use an expression to make a invert color effect to react to music. Im using a "Blend with original" expression, and only want it to run through a specific rage. How would I set...
View ArticleExternal Library Entry Point to Free Memory
I've created an After Effects script that extracts data from JSON files downloaded from an HTTPS URL. Even though I'm new to C++ I've managed to create a DLL that accomplishes this based on the...
View ArticleHow to add a multi-line expression in Extendscript?
My name is Bram Hoekstra and I'm from the Netherlands. I'm curious if it's possible to add a multi-line expression to a button in ExtentScript.I almost don't know anything about After Effects Scripting...
View ArticleHow to change a value in an expression with a dropdown menu in ExtendScript?
Hey, I'm Bram Hoekstra. I'm from the Netherlands and I'm fairly new to AE Scripting. I'm curious if it's possible to change a value in an expression by using a dropdown menu.I've tried to embed the...
View ArticleRun script to stack above current layers
Hi all, I'm using Compcode to create scripts and then tying them to my script panel. When I click a button in my script panel it executes the compcode script and builds all the layers I need. This...
View ArticleHow to bypass AutoTrace message in AE?
I have a script. Which automates the auto track feature.Applying this script comes a message(link https://ibb.co/YP6yGCc ). I do not want this message to come.How is it possible? Please help me:)...
View ArticleChange to font Weight (For example Arial-Bold)
Hello, Im using this code and im trying to change weight font in my text layer. var textProp = app.project.activeItem.layer(1).property("Source Text"); var textDocument = textProp.value;...
View ArticleHow to fix an uncaught javascript exception error generated in the internal...
I have developed a script for after effects and i was testing it in after effects cc 2019 and everything looks perfect however when i tired to run the script from the ScriptUI folder in after effects...
View ArticleHow to get the layer an effect is applied to in a script executed by the...
I'm executing a script from withing a After Effects plugin. I can loop through all the project items and their compositions and their layers, but how do I know which layer the effect is acting on? It's...
View ArticleExcute A Extension From Other Extension/Script
Hello GuysQuestion 1 :We have 2 ExtensionAnd w need to Excute/Run extension 2 with extension 1 .its Possible ??!! Question 2:We have 1 Extension With 3 html panel ( index.html , page1.html ,...
View ArticleExecution finished. Result: onClick()
Hello! Thank you to whoever might have the answer. I am new to scripting for After Effects, (not new to scripting in general - only with After Effects) and I believe I must be getting one of the...
View ArticleHow to code a color picker in ExtendScript like the one that's default in...
I wonder how to code a color picker for an After Effects script like the color picker that After Effects uses itself, including the eyedropper icon and the colored box.
View Articledropdownlist with fonts
Hey guys, I know they've talked about it before, but I'll try my luck ... What are the chances that I will be able to create using the in via extendScript,dropdownlist of fonts that can be selected by...
View ArticleFocused/Active Panel Name
Hi to allIs there a way to get a focused/Active panel Name or ID?Let's say If the project panel is activated the function should return "Project" and if the Timeline panel is activated it will return...
View Article