kicad/pcbnew/pcb_io/altium
Seth Hillbrand 33b93a3824 Altium import: handle polygons on copper
In Altium, copper polys will be connected automatically to their
associated pads.  In KiCad, we need to do the equivalent when parsing,
which is to combine the joining copper into the underlying pad.  We also
don't want to treat copper polys as proxy pads without the original
anymore.

(cherry picked from commit 7102d9f72a)
2024-06-29 12:17:53 -07:00
..
CMakeLists.txt
altium_parser.ksy
altium_parser_pcb.cpp Cleanup Altium text import 2024-06-29 12:17:53 -07:00
altium_parser_pcb.h Cleanup Altium text import 2024-06-29 12:17:53 -07:00
altium_pcb.cpp Altium import: handle polygons on copper 2024-06-29 12:17:53 -07:00
altium_pcb.h Altium: Handle footprint vias 2024-06-29 11:38:36 -07:00
altium_rule_transformer.cpp
altium_rule_transformer.h
pcb_io_altium_circuit_maker.cpp Silence font replace warnings for libs 2024-06-24 12:01:30 -07:00
pcb_io_altium_circuit_maker.h Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00
pcb_io_altium_circuit_studio.cpp Silence font replace warnings for libs 2024-06-24 12:01:30 -07:00
pcb_io_altium_circuit_studio.h Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00
pcb_io_altium_designer.cpp Silence font replace warnings for libs 2024-06-24 12:01:30 -07:00
pcb_io_altium_designer.h Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00
pcb_io_solidworks.cpp Silence font replace warnings for libs 2024-06-24 12:01:30 -07:00
pcb_io_solidworks.h Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00