Answered
Script to move each selected area to new layer
It is possible to to move each manually selected area to a new layer ?
(similar to layer via cut)


It is possible to to move each manually selected area to a new layer ?
(similar to layer via cut)


find line
executeAction(s2t('cutToLayer'), undefined, DialogModes.NO);
and replace cutToLayer by copyToLayer:
executeAction(s2t('copyToLayer'), undefined, DialogModes.NO)
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.