|
|||||||||||
|
I'm Stacy Reed, welcome to my corner of the blogosphere! In the folders below, you'll find galleries of my artwork. I dabble in a bit of everything. I also post things that amuse and interest me, such as videos about art, articles about science and Internet memes... Oh yeah, and once a month I post a picture of my messy desk.
Interactive Galleries: Fractals Traditional Art Search
Best of 2005 Best of 2004 Apophysis I Apophysis II Kaleidoscopes Flint Fire Dep. Flowers and Foliage Contact me! Artist's Statement Buy Fine Art Prints
My deviantArt Pages My StumbleUpon Pages FOSSwiki - Free Software Librarian Chick ![]() This Month
Month Archive
Fractal Software
Fractal News & Reference
Recommended Freeware
Blogs I Read
Shiznit
|
Re: Re:Apophysis Tutorial
by
Sya
Here is the script you requested. Copy and paste into notepad and save as .asc
Or, you can download this file:
http://luxton.blogware.com/ApoScripts/AddRepetitionSymm.asc
---------------------------
{"Add Repetition Symmetry" Version 1.0 06-25-04}
{By Patrick Gosch http://www.hallucinaut.com Artist@Hallucinaut.com}
{Inspired by some of the Electric Sheep posted by Mark Townsend}
{F0r m0re inf0rmation on these scripts, updates, and new scripts visit:}
{ http://www.hallucinaut.com/apophysisscripts }
r := 0.5; {Rotate}
tx := 0; {X Translation}
ty := 0; {Y Translation}
sc := 1; {Scale}
v := 0; {Variation}
va := 1; {Variation Ammount}
rt := 2; {Reserve this many transf0rms}
AddTransform;
Transform.Symmetry := 1;
If (v > 0) Then Transform.variation[0] := 0;
Transform.Variation[v] := va;
For i := 1 To (NXFORMS - (Transforms + rt)) Do
Begin
CopyTransform;
Transform.Symmetry := 1;
Rotate(r);
Translate(tx, ty);
Scale(sc);
if (v > 0) Then Transform.variation[0] := 0;
Transform.Variation[v] := va;
End;
For i := 0 To Transforms - 1 Do
Begin
SetActiveTransform(i);
Transform.Color := i / (Transforms - 1);
End
{ Variation Reference }
{00 - Linear 09 - Spiral }
{01 - Sinusoidal 10 - Hyperbolic }
{02 - Sphereical 11 - Diamond }
{03 - Swirl 12 - Ex }
{04 - H0rseshoe 13 - Julia }
{05 - Polar 14 - Bent }
{06 - Handkerchief 15 - Waves }
{07 - Heart 16 - Fisheye }
{08 - Disc 17 - Popc0rn }
|
Recent Images
Twitter Updates![]() Login
|
|||||||||
|
|||||||||||







