Hey,
I 'developed' a little Script based on Pedro's Wallblazer. It's purposed is to display Handlers and Anchors to make the working of a piece of Vektor Graphic visible. It's still Beta, cause there are a few things I wasn't able to cope with:
• It places Handlerpoints on Anchors in case the Anchor is a corner point without curve.
• Group Handlers, Handlerpoints and Anchorpoints to simplify reformatting
• Get rid of that huge bunch of Errors.
Jonathan promised to help but I'm sure there are a few pros around here as well :D I'd love to make the Script public and put it in the Script section cause it actually works, but it lacks above options to make it user friendly and it produces that whole bunch of errors in the console.
Get it on my Blog and please send me that file in case anybody found a way to work around the Errors.
Thanks a million!
To remove the errors that occur on single paths:
change
for (var i= 0; i<= zaehler; i++){
to
for (var i= 0; i< zaehler; i++){
Oh my…
really…
It's that simple!
I rewrote the code and added a little recursive function that walks through all the children in your selection and draws their bezier points (so it works with groups, compound paths and all that jazz)
Great!
O.k. I'll try to add the groups (for each object like Anchors etc) tomorrow, then I'll leave the coloroptions for the menue out. I think that'll be easier for people to handle the produced vektors.
Thanks Jonathan!!!
Hum hum - I should be getting work done, but I implemented the groupings instead.. So the script now returns one large group, with 3 groups in it -> tangents, handles and anchors.
I took out the fill color settings, now everything turns red (because you're often working on a filled black path).
Grrrreat!
I'll straight upload it to the Scripts