macroScript Corona_show_maps category:"Corona Renderer" buttontext:"Show maps" toolTip:"Show maps in viewport" ( for i in getclassinstances CoronaMtl do try ( showTextureMap i i.texmapDiffuse on showTextureMap i i.texmapDiffuse.texmapUnoccluded on showTextureMap i i.texmapDiffuse.input on showTextureMap i i.texmapDiffuse.frontTexmap on showTextureMap i i.texmapDiffuse.inputTexmap on showTextureMap i i.texmapDiffuse.directTexmap on showTextureMap i i.texmapDiffuse.texmapX on ) catch() )