Last active
August 26, 2016 04:46
-
-
Save marianomike/4aff8e1a431606a03aa3f8c724a1b6a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pages = [doc pages]; | |
for (var i = 0; i < pages.count(); i++){ | |
var page = pages[i]; | |
var artboards = [page artboards]; | |
for (var z = 0; z < artboards.count(); z++){ | |
var artboard = artboards[z]; | |
var layers = [artboard layers]; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment