-
-
Save cg-method/2f8490db29be4151769f2e8355422717 to your computer and use it in GitHub Desktop.
【Photoshop】画像アセットをON.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
startAssets(); | |
function startAssets() { | |
var pluginName = "generator-assets-dummy-menu"; | |
try { | |
var generatorDesc = new ActionDescriptor(); | |
generatorDesc.putString(app.stringIDToTypeID("name"), pluginName); | |
var returnDesc = executeAction(app.stringIDToTypeID("generateAssets"), generatorDesc, DialogModes.NO); | |
} catch (e) { | |
alert(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment