Pregunta
Is there a way to stop the screen from updating till the code is executed?
My extension needs to export all the layers to PNGs and it creates a lot of moving around in the screen while the operation is complete (eg: switching between layers, cropping the images, etc). I've set the Playback mode to Accelerated as well.
Is there a way to not update Photoshop UI during the process? (I have seen similar functionality in Microsoft Excel/VBA scripting)
