Search found 4 matches
- August 28th, 2019, 11:05 am
- Forum: Script requests
- Topic: Script to apply expression to all "Color" properties on selected layer
- Replies: 1
- Views: 53556
Re: Script to apply expression to all "Color" properties on selected layer
Hi! If you only want to apply it to a stroke or fill property color you can use a function that search the exact Match Name ( "ADBE Vector Stroke Color" for stroke and "ADBE Vector Fill Color" for fill). But if you want to apply the expression to another color property you can us...
- August 28th, 2019, 10:48 am
- Forum: Script requests
- Topic: Simple Script help
- Replies: 1
- Views: 46996
Re: Simple Script help
Hi!
You can use applyPreset(path) method. Maybe getting a UI with a button to add all presets path into an array and then a for loop to apply all presets in the same layer.
Write me a DM if you still need it
You can use applyPreset(path) method. Maybe getting a UI with a button to add all presets path into an array and then a for loop to apply all presets in the same layer.
Write me a DM if you still need it

- August 26th, 2019, 9:47 am
- Forum: Scripts Discussion
- Topic: Convert jsx to jsxbin
- Replies: 2
- Views: 21697
Convert jsx to jsxbin
Hi guys!
As you all know, ExtendScript Toolkit doesn't exists anymore. Does anyone knows how to convert a jsx file into jsxbin in Visual Studio Code? Or maybe is there a converter I can download?
Thanks!
As you all know, ExtendScript Toolkit doesn't exists anymore. Does anyone knows how to convert a jsx file into jsxbin in Visual Studio Code? Or maybe is there a converter I can download?
Thanks!
- August 16th, 2019, 11:47 am
- Forum: Script Tutorials
- Topic: Atom text editor for after effects scripting
- Replies: 10
- Views: 135173
Re: Atom text editor for after effects scripting
Hi Guys! I ussualy use Atom for scripting and ExtendScropt ToolKit to debbug. I also use a little script I wrote to execute the current script I'm working on, so I can save in Atom, switch to AE (alt+tab) and just press that custom button. I heard about an addon for Atom that load a button to execut...