Copy link to clipboard
Copied
I am trying to convert all the anchor points in my file to corner points. My file is something that I used Image Trace to create. The image was all angular and had no smooth corners or points. I know how to convert smooth anchors to corners, but I have hundreds of anchors to convert and I would like to be able to do this quickly. Thanks in advance!
Mac OS 10.14
Illustrator 2020
You could use a script:
https://github.com/johnwun/js4ai/blob/master/sharpenCorners.js
Select All, then with Direct Selection Tool shift-click to deselect one anchor point. Click Convert selected anchor points to corner button. Direct select the previously deselected point and convert it.
Peter
Copy link to clipboard
Copied
it's hard to say how to change all the points together after tracing, but you can set the needed mode before it.
Go to Window > Image Trace and in Advanced section set Corners as 100%.
You can also tweak a bit Paths and Noise, but Corners is the main thing for your case.
Copy link to clipboard
Copied
You could use a script:
https://github.com/johnwun/js4ai/blob/master/sharpenCorners.js
Copy link to clipboard
Copied
Select All, then with Direct Selection Tool shift-click to deselect one anchor point. Click Convert selected anchor points to corner button. Direct select the previously deselected point and convert it.
Peter
Copy link to clipboard
Copied
Very simple!
Copy link to clipboard
Copied
I have the same problem. I tried the select all - deselect one - convert suggestion, but it didn't work.
My document is comprised of a doughnut shape, divided into 365 wedge sections. Each wedge has 4 corners (so 1460 corners) I'm trying to convert all the corners of the wedges to handle free corners. When I try the suggestion above with a group of the wedges, only one or two of the anchors convert.
I would like to try the script but don't know how to download it or what format to save the script in to run it from AI.
Thank you very much for any help
Copy link to clipboard
Copied
Apparently, at least in some circumstances, an anchor point with one handle is recognized by Illustrator as a corner point, so it cannot be converted to a corner point, The solution appears to be to convert the points to smooth points, then to corner points. Again, select all the paths but deselect one point. Click convert to smooth points, then click convert to corner points. Select the unconverted point and repeat the process.
Peter
Copy link to clipboard
Copied
Thank you! This worked perfectly. Thank you so much for the explanation and solution
Copy link to clipboard
Copied
Thank You! This was driving me crazy!