top of page

Process top level layers

-- access all top level layers

function msRecipes:AccessTopLayers()

for i = 0, self.moho.document:CountLayers()-1 do

local layer = self.moho.document:LayerByAbsoluteID(i) -- do some work here.

-- as an example print the layer name

print(layer:Name()) end

end

Recent Posts

Archive

Tags

No tags yet.
bottom of page