0
対象レイヤーのすべてのピクセルを選択する方法はPhotoshopにありますか? (Mac-Command)レイヤーウィンドウのサムネイルをクリックします)。そうでない場合....Photoshop JSはレイヤのコンテンツを選択しますか?
私はこのバージョンの作業をしていましたが、Photoshopがコマンドを更新したため、スニペットが機能しなくなりました。 は、このスクリプトは、ドラゴンのいっぱいだったと私はPhotoshopのCC 2017年に、今日、それを実行したときに、私は
次のエラーを取得するここでは、スニペットです:
//setCurrentLayerSelection. Ton's of 'here be dragons::
var idChnl = charIDToTypeID("Chnl");
var actionSelect = new ActionReference();
actionSelect.putProperty(idChnl, charIDToTypeID("fsel"));
var actionTransparent = new ActionReference();
actionTransparent.putEnumerated(idChnl, idChnl, charIDToTypeID("Trsp"));
var actionDesc = new ActionDescriptor();
actionDesc.putReference(charIDToTypeID("null"), actionSelect);
actionDesc.putReference(charIDToTypeID("T "), actionTransparent);
executeAction(charIDToTypeID("setd"), actionDesc, DialogModes.NO);
改行は非常に最後の行であります。 標準的な方法であるか、それとも良い方法がありますか?非常に基本的な機能だと私には思われます。