Script

カンバスの中心にガイドを引く

カンバスの中心にガイドを引く簡単なスクリプトです。 ショートカットに登録しておくと地味に便利。 { var g = activeDocument.guides; g.removeAll(); g.add(Direction.VERTICAL,activeDocument.width/2); g.add(Direction.HORIZONTAL,activeDocument.heigh…