From: Nick (BODINI)
Straight from Michaels brain to your shortcut menu, a shortcut script to hide/show background image. Thanks Michael!
script:var images = moi.view.getBackgroundImages(); for ( var i = 0; i < images.length; ++i ) images.item(i).hidden = !images.item(i).hidden;
From: neilwilson3412
was just looking for this :) is helpful thank you
From: Metin Seven (METINSEVEN)
Cool, thanks!
From: hadri1
the tips was pretty useful today. thanks.
From: shayno
Thats very useful thanks Michael
Although if there is a hidden image it will toggle between them
cheers
Shayne
From: ado1
Superuseful.
Thanks.
From: Zooen
Here's a very useful script—thanks to Michael!