Random Layer Selector

Random Layer Selector

Randomly selects layers. There’s 4 options for how many layers are selected randomly:  You can randomly select most of the layers, many of the layers, not many and finally you can have it randomly select very few of the layers.

The most, many, not many and very few selection works by first randomly picking layers from the whole set.  This result is what you get when you select 1 (most).  If you select 2 (many of the layers), the random function is run again on the 1st selection, so it essentially randomly selects layers from the previously randomly selected layers. Options 3 and 4 simply run the function that many more times.  I thought that was a neat solution so i thought i’d share if those that can’t read what a script is doing. :-)

Similar to NthLayerSelector this script will randomly select from from a selection of layers or from all the layers in the comp if no layers are originally selected.

Download: RandomLayerSelector.jsx


Leave a comment

RSS feed for comments on this post · TrackBack URI

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>