Sg2.9
fadenGraydi
Recent RSS
Creator:  Pedro
Date:  29. October 2007, 14:49

what it does:
the script takes the selected objects and blows them up with a detonation.
the detonation starts at the documents zeropoint and can be adjusted by
moving that point or the selected vectors around.

how to use:
select a few objects or several or also quite a lot and press the
play button. a dialog will open with some options to tweak the result.
tweak them and hit "lets boom!!!"

if the objects don't explode, they're most likely still a group.
ungroup them! use free objects, free the objects!! freedom for objects!!
down wif teh grups!!!

the detonation uses four "circles" to create the explosion.
they can be modified in the script options to achieve different looks.
try out different values and different selected objects.
also don't forget to play with the scale of the selected objects
in relation to the document size.

notes:
great things come from explosions.
but also great evil, so choose your objects wisely!

todo:
use pathfinder to make a splitter-mode. heelp needed ->
http://www.scriptographer.com/Forum/Help/how-to-use-pathfinder/

No me funciona Pedro...
From:  kikolote
Date:  13. August 2010, 03:14

Hola Pedro, que tal?
fadenGraydi no me funciona. Eligo varios objetos, cambio todas las opciones, etc...
Está hecho para CS5?
Un saludo

Not working on WinXP - CS5
From:  Hercul
Date:  16. August 2010, 15:59

Look like very nice script, but unfortunately for me is not working here.
I'm on WinXP 32bit, CS5 Illustrator.
Nothing is happens after "let's boom", shapes are just grouped, and that's all.

I've tried another your script (wallblazer2.0), and it's working fine, but not this one :-(

Not working on Mac - CS5 neither
From:  gromek
Date:  16. August 2010, 17:39

As stated before, it's exactly the same on Mac and Illustrator CS5. That – sadly enough – doesn't really help us who would have liked to experiment with that script's promising effects. It seems to prove, however, that the problem is not an operating system related one. Maybe knowing this will give Pedro a hint as to where this issue might be solved eventually. ;-)

Re: Not working on Mac - CS5 neither
From:  tim
Date:  6. September 2010, 02:21

actually, i'm on cs5 and snow leopard. it works. you have to play with it and remember that the parameters are in px and from the origin. so play with more. took me a good minute to get it but it does work.

Re: Not working on Mac - CS5 neither
From:  gromek
Date:  6. September 2010, 09:32

Hi Tim,
this is really most strange. After reading your post I just had to try again but I couldn't get any further than before – that meaning the objects I try to "explode" just stay the same but get grouped when "boomed" and change to red if the "colorize" checkbox is checked. That's all – no matter what parameters I set or where on the canvas I place my objects.

I'm still on Mac OS 10.6.4 as well and run Illustrator CS5 (15.0.0).

Maybe you could provide some more information how you succeeded – like the exact parameters you used and the sort of objects and their location(s) on your canvas? I'd think this would be the way to check it out: replicating your actions as closely as possible. If it still doesn't work here (and it seems I'm not the only one having problems) I sort of quit it, I guess...

Best
gromek

Re: Not working on Mac - CS5 neither
From:  Tim
Date:  6. September 2010, 10:54

Hi Gromek

I've since managed to get the script to work by editing the java in textedit, saving and opening the script that way, but it's a massive hassle and not really a solution. But this does indicate the actual script is still working, just the buttons or the way scriptographer talks to the script or illustrator.

Basicly I press the button and nothing, other than turning the vectors red.

Clear as mud I'm sure, if I could help or provide anymore information just ask.

Before:
http://www.flickr.com/photos/49357728@N06/4963371206/

After:
http://www.flickr.com/photos/49357728@N06/4962773781/

Re: Not working on Mac - CS5 neither
From:  gromek
Date:  6. September 2010, 11:45

Hi Tim,

thanks for your efforts and the screenshots. So it seems the basic behaviour of the script when just run from inside Illustrator via Scriptographer is actually quite the same with you than it is with me.

If the script works when you set and save the parameters in the actual Java and then call on the script this seems to indicate for me as well that the "actual script" – at its core – does what it is intended to do. Quite like you said.

Maybe there is indeed some sort of communications problem in the way Scriptographer talks to the script to submit the settings made. Maybe the information entered in the interface palette is not conveyed properly? Or possibly it's the way the script's processed data are called back back to Illustrator to redraw the paths?

As I – having no serious knowledge of Java – cannot answer this my hope is with the script's author and that he will provide a working update eventually...

Till then
gromek

Re: Not working on Mac - CS5 neither
From:  Jürg Lehni
Date:  6. September 2010, 11:47

Tim,

Could you explain what exactly you changed? I don't really understand your modifications, but if you explain it better, this would maybe help solving the issues at hand.

Re: Not working on Mac - CS5 neither
From:  Tim
Date:  6. September 2010, 13:30

Below is what I was doing,

However I just tried it again and the values I've changed do turn up on the script but the same happens as in the screenshot I provided. So back to square one. Maybe this is because I changed the script version recently, like a little wile ago when someone said there was a new version. Maybe this is a new problem?

Basically:
The graphical errors are now corrected, but not the script doesn't work.

Sorry to be vague, but at the mo I'm at work and don't really have too much time to loads of testing. Maybe it's a problem with my computer?

Scatter brush and a bit more time might work, or ill install legacy versions on a powerpc mac somewhere?

But at the same time thanks guys I appreciate all your help and being responsive.

Cheers
Tim

________________________________________________________________________________________

I just open "fadenGraydiExplosionPack4000.js"

So I'll change the values below:

// set initial values
var initDetonationRadius = 100;

var initShakeFactor1 = 15;
var initShakeFactor2 = 10;
var initShakeFactor3 = 20;
var initShakeFactor4 = 5;

var initTwistFactor1 = 0;
var initTwistFactor2 = 0;
var initTwistFactor3 = 0;
var initTwistFactor4 = 0;

var initScaleFactor1 = 100;
var initScaleFactor2 = 100;
var initScaleFactor3 = 100;
var initScaleFactor4 = 100;

var color1 = new RGBColor(1,1,0);
var color2 = new RGBColor(1,0.8,0);
var color3 = new RGBColor(1,0.5,0);
var color4 = new RGBColor(1,0.3,0);
var color5 = new RGBColor(1,0.1,0);

var doColor = false;

I might change the below area like this and save the file. Re-open illustrator

var initShakeFactor1 = 100;
var initShakeFactor2 = 18;
var initShakeFactor3 = 25;
var initShakeFactor4 = 2;

Now this WAS working at somepoint in the past.

_______________________________________________________________________________________

Re: Not working on Mac - CS5 neither
From:  CrownECakes
Date:  15. September 2010, 21:27

I'm having the exact same issue as everyone else here. I've tried your specs and...the objects just group up and turn red.

I'm using CS5 on a Mac [10.5.8]

CrN.

Scripts
08.08.14, 15:24
15.05.14, 14:23
02.03.14, 19:16
18.11.13, 14:48
22.03.13, 03:05
22.02.13, 15:45
Posts
10.01.17, 16:37
19.02.16, 06:03
19.02.16, 06:00
17.01.16, 11:00
12.01.16, 13:10
25.11.15, 08:19