Can't type in HTML5 panels with latest update
Extensions based on HTML5 panels won't take any input from the keyboard, all keys are handles as shortcut keys for the main program. Copy/pasting into input fields does work, so it's definitely a...
View ArticleExport script transform and coordinate issues
Hi, I'm trying to export a comp to a custom file format using a .JSX script and I'm having issues with the coordinate and transforms used by AE. I'd like to avoid performing the transforms myself;...
View Articleformattng
Hi,is there any way to somehow format code in amazing extends script?:) Im looking for something like auto-indend, auto-format, beautify feature. Thank for help!A.
View Article[free script] Null Swapper-Plexus/Particular Utility Script
Thought I would pass along this link to all who read browse this forum. I just recently released a free script called Null Swapper and a tutorial for it...
View ArticleComplete CS6 to CC2015 scripting changes list?
Does anybody know whether it's possible to have all ammends to Scripting language from CS6 to nowadays?Adobe's page (After Effects Developer Center | Adobe Developer Connection) is awful, and there are...
View ArticleAdaptive layout for ScriptUI
I'm making a fairly simple two-button interface in ExtendScript and I want to make it so that if the window is horizontal, two buttons will stack side by side and fill the whole window, and if the...
View ArticlegenerateRandomNumber method – WAT?
So, I'd really love to hear from Adobe team on this issue.I was noticing my scripts working not as expected in CC2015 and up and it took me some good time to finally close on the issue. How on Earth...
View ArticleBug with Extendscript Reflection object
Hi everyone! I think I found a bug in Extendscript.As the docs says "any object has a reflect property.So for example I wrote a function that returns array of strings that includes all the properties...
View ArticleAdaptive Layout
Hello,I've got a horizontal serie of button on a single group in my script.If the user resize the palette, I would like that the buttons which are hidden goes on a second horizontal group to adapt the...
View ArticleCEP6.1 for After Effects and node.js changes?
I was sent this article about the CEP6.1 release affecting node.js stuff for code that interacts with Photoshop. http://www.davidebarranca.com/2015/12/html-panel-tips-19-cc2015-1-cep6-1-node-js-fixes/...
View ArticleHow to call growlnotify after a render completes?
I want to be able to receive push notifications to my iPhone when After Effects completes a render.I used to use Prowl v1.5.2 & Growl v2.1.3 combined with this script (.jsx file)to do this, but I...
View ArticleOutput modules Extend Script support
Is there a way to install an output module through Extend Script? Or is there a way to create output module formats on the fly with Extend Script? I couldn't find anything so far. ThanksR
View Articlewill this handy AE subtitles script for Mac work on PC?
Hi, Here is as after effects script I've used on the Mac for a while now (credits within the header info), it generates subtitles at layer markers using a text file. It's great for burning in your subs...
View Articlescript to include keyboard shortcuts ? and make layers selected ?
hi I'm working on a script to setup a comp and prepare the timeline so that what needs to be adjusted after the script has run is quickly available.what would really help is to be able to set certain...
View Articlecan a UI callback call a function with arguments ???
some ScriptUI weirdness... I have a function (cut down for illustration purposes) which I can call fine by itself from the extendScript window or if I attach it directly to the onClick callback, but...
View Articlehow to access "video - hides video (if any)" in script?
Hey guys,does anybody know how can I toggle enable/disable this 'eye' - video icon in script? Thanks for help! Adam
View ArticleWhat's the correct way to call growlnotify from an AE .jsx script?
I'm trying to run a growlnotify command to let me know when a render completes, but I keep getting Syntax Error when I execute the following line: function(){system.callSystem(“growlnotify”)}; I've...
View ArticleIs there a way to create nested panels in ExtendScript UI
I am attempting to make a dialog window with an upper panel and a lower panel. Inside of each panel I want to create several other panels so that they align in rows, (ie 3 panels on the top panel, and...
View ArticleUnique Layer IDs?
Project items like compositions, and folders have an ID attribute tied to them: app.project.activeItem.id Layers within a composition don't seem to have this attribute, but it there something...
View Articlemouse wheel input not registered [ScriptUI events]
Hello everybody, I'm trying to make elements in a group move by using the mouse wheel / scroll wheel .I can't find a way to make it do just that though. I have tried with various eventListeners for the...
View Article