I need this thing to work otherwise I’m stucked until this is implemented. I cannot copy pixels from the layer. Yes I have a selection made. Yes, I have pixels on my layer. It runs but doesn’t copy anything.
This is logged in the alchemist
copyPixels();
async function copyPixels() {
try {
await batchPlay([
{
"_obj": "copyEvent",
"copyHint": "pixels",
"_isCommand": true
}
], {});
} catch (e) {
console.log(e);
}
}
What is happening?