kicad/pcbnew/pcb_io/altium
Seth Hillbrand 7102d9f72a 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.
2024-06-26 17:27:08 -07:00
..
CMakeLists.txt
altium_parser.ksy
altium_parser_pcb.cpp Properly count multiple Altium version settings 2024-06-25 10:18:55 -07:00
altium_parser_pcb.h Altium: Handle textboxes 2024-06-16 17:20:59 -07:00
altium_pcb.cpp Altium import: handle polygons on copper 2024-06-26 17:27:08 -07:00
altium_pcb.h Altium: Handle footprint vias 2024-06-14 16:49:56 -07:00
altium_rule_transformer.cpp
altium_rule_transformer.h
pcb_io_altium_circuit_maker.cpp Clearer naming and commenting. 2024-06-25 11:07:14 +01:00
pcb_io_altium_circuit_maker.h Clearer naming and commenting. 2024-06-25 11:07:14 +01:00
pcb_io_altium_circuit_studio.cpp Clearer naming and commenting. 2024-06-25 11:07:14 +01:00
pcb_io_altium_circuit_studio.h Clearer naming and commenting. 2024-06-25 11:07:14 +01:00
pcb_io_altium_designer.cpp Clearer naming and commenting. 2024-06-25 11:07:14 +01:00
pcb_io_altium_designer.h Clearer naming and commenting. 2024-06-25 11:07:14 +01:00
pcb_io_solidworks.cpp Clearer naming and commenting. 2024-06-25 11:07:14 +01:00
pcb_io_solidworks.h Clearer naming and commenting. 2024-06-25 11:07:14 +01:00