I've been trying to figure out how I can disable or delete the layer mask from a layer. I know theres a way using the actiondescriptor using 'RmvL'
but I also had no luck with that so far.
Im using the app.activeDocument.paste(true)
(true, because im pasting it into selection), if I could bypass that by using something else, I could skip deleting layer masks all along because by using true, Photoshop automatically applies a layer mask.
Thanks for the help!