Re: [Kicad-developers] Any pointers to the core of this problem with DXF poly import in footprint editor?

2015-09-13 Thread Marco Hess
After some further thinking and looking, I think that the = operator in the DRAWSEGMENT class is missing the copy of the m_PolyPoints. I think the following patch would fix that. pcbnew/class_drawsegment.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/class_drawsegment.cpp

[Kicad-developers] Any pointers to the core of this problem with DXF poly import in footprint editor?

2015-09-12 Thread Marco Hess
On and off I have been looking into getting DXF drawings imported as filled polygons on copper layers. While this is working fine in pcbnew, I have been bumping into a problem doing the same the module editor. The problem is that the polygon looses the polygon coordinates on the import and