Page 2 of 2

Re: Fix incorrect red crosses in layer panel?

Posted: Tue Mar 09, 2021 5:06 pm
by synthsin75
Lukas, I've used this hack in other scripts, and it seems to work for this too...from a button/menu script.

Code: Select all

	moho.document:PrepUndo(moho.layer, true)
	moho.document:Undo()
So you can loop through and do this for all the relevant layers in the document.

Re: Fix incorrect red crosses in layer panel?

Posted: Tue Mar 09, 2021 8:57 pm
by Lukas
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.

Code: Select all

	moho.document:PrepUndo(moho.layer, true)
	moho.document:Undo()
So you can loop through and do this for all the relevant layers in the document.
YES, WES! 💪

Thank you so much, that absolutely works!

(Also, thanks hayasidist for thinking along)

Re: Fix incorrect red crosses in layer panel?

Posted: Tue Mar 09, 2021 10:48 pm
by synthsin75
Lukas wrote: Tue Mar 09, 2021 8:57 pm YES, WES! 💪

Thank you so much, that absolutely works!

(Also, thanks hayasidist for thinking along)
I'm just glad I thought to try it for this. I needed this to update things while the timeline was playing.

Glad I could help. :wink: