I have several sequences where I have used nice looking tree effects, and have been interested in collecting them in one place for later re-use.
I decided to create a Perl script that grabs all existing effects from the xml files and places them together in one new file.
It removes duplicates, and takes ALL effects -- whether they were SingleStrand used for arches, or more complicated effects. and applies them all onto a single model. When you load this file into your environment you can choose any existing model in the nutcracker preview pane and then see how this collection of effects looks on that model. I have looked through many of these on my megapixel tree model.
As I collected the effects into one space, I ended up with about 1000 effects. I took that existing file, and used the Generate Random effects and saved this to another file -- now I had a collection of 2000 effects. I did this several more times and have a collection of 6000 effects.
With that large number in one place, its easy to peruse the effects by opening the nutcracker tab, selecting your model(s)... select the first effect in the grid, and with the cursor keys walk through the entire list.
I have used the timing label to provide a description on some of my favorites. it helps me find them again from that large collection. you can choose to adjust the brightness, change the level of sparkles, and remove rows with effects that you simply don't like or can't see.
Inside a zip file, I'm attaching my initial collection. Its easy to hit randomize and get 6000 new effects for viewing.
I'm also including my perl script for you perl hacks.
Here is how I used it:
$ cat *.xml | perl GatherEffects.pl > merged.xml
Enjoy!
[attachment deleted by admin]