Code: Select all
moho.document:PrepUndo(moho.layer, true)
moho.document:Undo()
Moderators: Víctor Paredes, Belgarath, slowtiger
Code: Select all
moho.document:PrepUndo(moho.layer, true)
moho.document:Undo()
YES, WES!synthsin75 wrote: ↑Tue Mar 09, 2021 5:06 pm Lukas, I've used this hack in other scripts, and it seems to work for this too...from a button/menu script.
So you can loop through and do this for all the relevant layers in the document.Code: Select all
moho.document:PrepUndo(moho.layer, true) moho.document:Undo()
I'm just glad I thought to try it for this. I needed this to update things while the timeline was playing.