Search found 3 matches

by kenf
Thu Aug 06, 2020 9:25 pm
Forum: Help Me
Topic: How do I export jsxbin files without Extendscript Toolkit?
Replies: 0
Views: 2552

How do I export jsxbin files without Extendscript Toolkit?

Hi, since Extendscript Toolkit will no longer run on newer macOS versions, is there another way to output jsxbin files?
by kenf
Wed Jul 22, 2020 12:21 pm
Forum: Help Me
Topic: How would I hide error alerts in this script?
Replies: 1
Views: 1547

How would I hide error alerts in this script?

Hello, how would I hide or automatically dismiss error alerts in this script in case layer 1 or layer 2 don't exist? Thank you. hideCheckLayers=function() { // Hide function step1(enabled, withDialog) { if (enabled != undefined && !enabled) return; var dialogMode = (withDialog ? DialogModes....
by kenf
Mon Jul 20, 2020 12:12 am
Forum: Help Me
Topic: Puppet warp pin placement
Replies: 0
Views: 2280

Puppet warp pin placement

Hi all, I am a beginner but I sometimes create simple scripts by converting actions to jsx files with the CEP toolkit. I'm trying to create one now that places puppet warp pins on a smart object layer but I'm having trouble with the action portion of it. The pin placement records fine and it's visib...