Search found 4 matches

by RayRainier
August 28th, 2019, 11:05 am
Forum: Script requests
Topic: Script to apply expression to all "Color" properties on selected layer
Replies: 1
Views: 16856

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...
by RayRainier
August 28th, 2019, 10:48 am
Forum: Script requests
Topic: Simple Script help
Replies: 1
Views: 13852

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 :)
by RayRainier
August 26th, 2019, 9:47 am
Forum: Scripts Discussion
Topic: Convert jsx to jsxbin
Replies: 2
Views: 15202

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!
by RayRainier
August 16th, 2019, 11:47 am
Forum: Script Tutorials
Topic: Atom text editor for after effects scripting
Replies: 10
Views: 51552

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...