Search found 3 matches
- Thu Aug 06, 2020 9:25 pm
- Forum: Help Me
- Topic: How do I export jsxbin files without Extendscript Toolkit?
- Replies: 0
- Views: 4382
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?
- Wed Jul 22, 2020 12:21 pm
- Forum: Help Me
- Topic: How would I hide error alerts in this script?
- Replies: 1
- Views: 2343
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....
- Mon Jul 20, 2020 12:12 am
- Forum: Help Me
- Topic: Puppet warp pin placement
- Replies: 0
- Views: 3993
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...