Created
September 12, 2012 23:58
-
-
Save cameronmcefee/3710864 to your computer and use it in GitHub Desktop.
How to make one history state in Photoshop
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
// Suspend history logging so the grid can run as one history state | |
// | |
// p - params for renderGuides(). Not used in this method. | |
// | |
// Returns void | |
function execGuideGuide(p){ | |
app.activeDocument.suspendHistory("GuideGuide!", "renderGuides(p)") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment