HOME | DD

Published: 2009-04-23 18:36:20 +0000 UTC; Views: 5213; Favourites: 67; Downloads: 1073
Redirect to original
Description
This script will produce a spiral looking like a flower with stripesThe transforms are random transforms, so I will suggest you run the script until you find a flame you like.
If you want to add more flowers add a 3th triangle, remove the linear
variation and add either a julia or a julian variation around 0.35-0.75.
Move it around, try resizing and so on.
Related content
Comments: 39
TeriKub [2014-10-06 16:04:22 +0000 UTC]
Thank you for replying to my post. Β I think this is the one I had started with a couple of years ago, then I saved and put the params away either because I ran out of time or I didn't have enough experience to make it my own with a sufficient amount of tweaking. Β The other day I dug through my old folder of APO saved params and decided to work on it again in my JWF program. Β Here is what I created with your beautiful script.
π: 0 β©: 0
gitte In reply to FracFx [2009-04-25 08:11:13 +0000 UTC]
I hope it can be of some use. And thank you.
gitte
π: 0 β©: 0
Actionjack52 [2009-04-24 19:19:14 +0000 UTC]
This looks beautiful Gitte! Thank you so much! s
π: 0 β©: 1
Actionjack52 In reply to gitte [2009-04-25 11:56:48 +0000 UTC]
Btw I made this with it. Hope you like... [link]
π: 0 β©: 1
gitte In reply to Actionjack52 [2009-04-26 11:37:59 +0000 UTC]
and it is wonderful'
gitte
π: 0 β©: 1
zweeZwyy [2009-04-24 08:28:12 +0000 UTC]
Ran this thru about 6 times over different random flames & only got blackscreen, despite moving xForms around & adding another. Any solutions?
π: 0 β©: 1
gitte In reply to zweeZwyy [2009-04-24 11:41:23 +0000 UTC]
I forgot to tell you that you need the newest version of Apo to make it. Apo 2.08beta2. Did you use that ?
π: 0 β©: 1
zweeZwyy In reply to gitte [2009-04-24 20:55:33 +0000 UTC]
Ok, was using 208 3DH. Just ran it over a random on b2 & works just fine.
Now I'll go play
π: 0 β©: 2
FracFx In reply to zweeZwyy [2009-04-25 01:15:39 +0000 UTC]
to use it in 3d you just add linear3D :=0;
here it is edited for 3D (please +fav gitte's 2d version if you use this) :
//fc04.deviantart.com/fs44/f/2009/113/6/5/stripes_script_by_gitte.asc
//This script will produce a spiral looking like a flower with stripes
//The transforms are random transforms, so I will suggest you run the script until you find a flame you like.
//Then you can tweak it (especially transform 2 will with a little tweaking produce some nice spirals.)
//If you want to add more flowers add a 3th triangle, remove the linear
//variation and add either a julia or a julian variation around 0.35-0.75.
//Move it around, try resizing and so on.
clear
//create transform 1
AddTransform
With Transform do
Begin
linear3D:= 0;
bubble:= (random +0.30);
linear:= 0.001;
// julia:= +0.105;
julian:=0.1
julian_power:=10
julian_dist:=1
translate(7,5);
radial_blur := 0.0098;
Rotate(random -15);
scale(random + 0.5);
weight := 0.5;
End
//create transform 2
AddTransform
With Transform do
Begin
linear3D:= 0;
spherical := (random + 2.25);
linear := 0.015;
a := a -2;
rotate(random+0.5);
translate(-0.75, 0.1);
weight := random+7;
color := 1.0;
scale(1.5);
symmetry := 0.95;
End
//create final transform
Flame.FinalXformEnabled := true;
SetActiveTransform(transforms);
With Transform do
Begin
linear3D:= 0;
spherical:= (random + 2.30);
linear := 0.025;
end
Flame.gamma:= 3.8;
Flame.brightness:= 26;
Flame.x := 0;
Flame.y := 2.0;
Flame.scale := 40;
π: 0 β©: 2
zweeZwyy In reply to FracFx [2009-04-25 06:12:10 +0000 UTC]
Quicksilver here [link] but don't say I didn't warn you
π: 0 β©: 0
zweeZwyy In reply to FracFx [2009-04-25 01:27:36 +0000 UTC]
OK, that's very useful, thanks for that. I've already fav'd the 2D & I'll add links in Comments as I always do when I post anything that springs from it.
Playing with it now, but I wonder if the mother will recognise her offspring when I'm done
π: 0 β©: 0
KLR620 In reply to gitte [2009-04-24 16:23:50 +0000 UTC]
Hi Gitte, I just tried it and it does work, I just need to tweek and play with it. Are others having a problem?
Thank you again for all your many scripts and for sharing so generously. Kathy
π: 0 β©: 1
gitte In reply to KLR620 [2009-04-25 08:06:34 +0000 UTC]
Yes one person had some difficulties, but it is OK now, the person was using a version of Apo that didnΒ΄t worked good with this script. And you are so welcome.
π: 0 β©: 0
AmorinaAshton In reply to gitte [2009-04-24 16:41:19 +0000 UTC]
Yes perfect, thank you im rending a series and will post soon
π: 0 β©: 2
gitte In reply to AmorinaAshton [2009-04-25 08:04:54 +0000 UTC]
I just saw it .. lovely work.
π: 0 β©: 1
AmorinaAshton In reply to gitte [2009-04-25 12:09:55 +0000 UTC]
Thank you very much Gitte, winderful script, and im enjoying it
π: 0 β©: 0
AmorinaAshton In reply to AmorinaAshton [2009-04-24 21:17:45 +0000 UTC]
π: 0 β©: 0