Collect function causes script to go into infinity loop
I'm trying to modify this script and add a collect function I found. For one selected comp this script works but I would like to make it work with all comps selected. If you comment out line number 230...
View Articleapp events
Hi I just downloaded Plexus3. It creates a dockable panel with content that changes depending on which layer you select. If you select a layer with plexus objects, they will show these in the dockable...
View ArticlewindowObj .update() issue with dockable panel
Hi community, maybe this is a dump question, but I'm running into an error which I can't solve: I have a script which runs for a couple of seconds. During this, it looks like it hangs, but it's...
View Articlemake password to script
Hi, How can I make password to my script like this (or something else that will give me the same result)?
View ArticleAfter Effects CC 2017 (14.0) New Scripting Functionality
After Effects CC 2017 (14.0) includes new scripting access to tools, composition markers, the Queue In AME command, and GPU acceleration options. The documentation and sample code below explains how to...
View ArticleCopy layer to another composition
Hi all, I am trying to import a specific layer from one AE project to another.I am able to import AE project and find a composition and add it to where I want with:...
View ArticleRemove outline from button in AE cc 2017
Hi, In new AE version (cc 2017) shows a button (in my UI panel that I have created) with outline,How can I remove the outline or to control the roundness?
View ArticlePersonal Libraries
Hi there- I haven't set up my own library of functions yet- my code was relatively simple, but now would like to improve my abstraction. So just wondering what people favour for libraries?... I see...
View ArticleConverting a precomp into 3d via extendscript?
Am developing a script for my own usage in which I have created a precomp via extendscript and now I want to enable 3D for the particular precomp. myComp.draft3d = true; doesn;t work for me!
View ArticleScriptUI panel doesn't display name given.
Hi, I'm currently working on a script for After Effects to speed up both my and other people's workflow when creating a certain type of motion graphics. I've developed all the functions needed in their...
View Articlerefresh startup scripts...
Hi there, just wondering how the AE Data model can be updated . . I see when working in Extendscript if I run a script it updates in the Global space, but when I run a script in Sublime or an external...
View Articleremove full folder from computer
Hi, I can remove empty folder from my computer with scripting,But if folder is not empty the function does not work,How can I remove full folder? my function is:{var folderpath = "~/Desktop/test";var...
View ArticleHow to change color of a Tint fx with $.colorPicker?
I actually have this but doest work. Im trying to make a color picker from my Script to change the color of a Tint FX value.var defaultColor = 0xff0000; var color = $.colorPicker(defaultColor);...
View ArticleImport PSD sequences as compositions
Hi !I'm currently working on an After Effects script to speed up my and my colleagues work. We often have to deal with heavy psd sequences to import in After Effects, so I want to be able to select all...
View Articleadd a scrollbar to resizeable panel
Hi guys, I want that scrollbar in my code (Attaching) act like scrollbar in the Giff (Attaching)-The scrollbar will show wen the buttons going outside of the window,Wen scrollbar is moving all buttons...
View ArticleCode driving Welcome Screen seems to interfere with script code.
Hello All, I hope all are well, and thank you for taking the time to read this. I've encountered an issue with parsing JSON strings when the AE Welcome Screen preference is enabled in Adobe After...
View ArticleMove Array to Sub/Nested Folder
Hi guys Firstly, my apologies if this question already exists (I find it hard to believe it does not) but i cannot seem to find a reference to it. I am trying to make my own "Organise Script" so That I...
View ArticleBridgeTalk not launching after effects
hi people I'm trying to write a script that will run from ESTK which needs on occasion to quit and then relaunch After Effects. I've managed to successfully send messages to and receive messages from...
View ArticleAfter Effects CC Script UI issues
Hi there, some information I gleaned from discussions on the Indesign forum.Might be good to have one thread where various issues are discussed in one place.Keep in mind these issues being discussed...
View ArticleHow do you collect an array by file extension?
Hi guys. How would I go about collecting an array from the project by file extension? Say I wanted to collect all the .ai files or .psd or .jpg...you get the picture.
View Article