hi all
iam very new here, have no experience on scripting in illustrator but hopefully at the right place.
i have nice circle with boring straight line, iwant them more smooth and bended like in the 2nd attach, any ideas how to do this?
best, georg
hi all
iam very new here, have no experience on scripting in illustrator but hopefully at the right place.
i have nice circle with boring straight line, iwant them more smooth and bended like in the 2nd attach, any ideas how to do this?
best, georg
Sure it would.
A loop could check at what angle each of the straight line's anchor points would be in relation to the circles center. Then a new bent/hyperbolic line would be constructed and replace the old one. Not a very big deal, only have to make certain that the old circle and lines are centered above the new circle otherwise the angles wouldn't match.
All this could be put in a separate script that called the function of the hyperbolic script. I can write it for you if you have time to wait a day or two.
Hi,
I have now made a "straight-2-hyperbolic line converter" for you :-P
Just open the script in Notepad (Windows) or TextEdit (Mac) and there you'll find some very easy instructions on how the script works.
Before and after pics below.
NOTE!
This is ONLY a conversion tool. Too draw more lines you'd have to use the previous script.
Hope it works, cheers!
Håkan