Is there a way to pause the history ?
Hi there!
Is there a way to pause the history ?
I do not want to record the process of moving the layer in the history.
function proc()
{
var layerActive = app.activeDocument.activeLayer ;
pause history
layerActive.translate( mx, my ) ;
resume history
}
Or is there a way to move a layer without recording it ?
Thank you.
