Re: [Kicad-developers] [PATCH][WIP] Polygons edititng tool

2019-09-10 Thread Alexander Shuklin
Hi!, I just found how to make cutout in zone. I never thought it possible in KiCad. I see now, it definitely has to be SHAPE_POLY_SET So, if somebody want to look at the code and make suggestions, I attached it below. But I will change it a lot. On Tue, 10 Sep 2019 at 15:47, Seth Hillbrand wrote:

Re: [Kicad-developers] [PATCH][WIP] Polygons edititng tool

2019-09-10 Thread Seth Hillbrand
On 2019-09-09 08:21, Alexander Shuklin wrote: Hi! There's one thing I always missed - ability to change polygons coordinates. I prepared a patch for that. First of all there's the linechain editing widget and I used it for some pcbnew dialogs. But there's few points in which I'm not so sure. F

Re: [Kicad-developers] [PATCH][WIP] Polygons edititng tool

2019-09-10 Thread Alexander Shuklin
Strange, it's look like there no attachments were on my last email... I never get a copy from my own messages on kicad mailing lists, so I cannot check it... So, I moved to another mail server and try again. Can somebody please look at patch? I hope that would be useful, as I sometimes need to chan

[Kicad-developers] [PATCH][WIP] Polygons edititng tool

2019-09-09 Thread Alexander Shuklin
Hi! There's one thing I always missed - ability to change polygons coordinates. I prepared a patch for that. First of all there's the linechain editing widget and I used it for some pcbnew dialogs. But there's few points in which I'm not so sure. First of all, I added SHAPE_LINE_CHAIN property t