オブジェクトの無いレイヤーを削除します。
スクリプト実行後全てのレイヤーロックが解除されます。
tell document 1 of application “Illustrator CS“
activate
set locked of every layer to false
repeat with b1 in (name of every layer as list)
try
if (count page items of layer b1) = 0 then delete layer b1
end try
end repeat
end tell
スクリプトエディタで開くを押して、スクリプトエディタで表示されるスクリプト上では、IllustratorCSのところがInDesignCS5になってるのですがどちらが正しいのでしょうか?
詠み人知らずさんこんちには。
済みません。IllustratorCSでしたので修正しました。
I can’t believe you’re not playing with me–that was so helpful.