jean-pierre charras
|
9a47b34499
|
Replace PAD_SHAPE::RECT by PAD_SHAPE::RECTANGLE to avoid a collision NAME with a windows header on MSYS2, creating many compil warnings. No actual code change.
|
2023-06-02 12:18:24 +02:00 |
Frank Zeeman
|
b3a319b77e
|
Append True to Python 3 AddPrimitivePoly() call
Fixes https://gitlab.com/kicad/code/kicad/issues/11012
|
2022-03-18 20:00:32 +00:00 |
Jeff Young
|
e6ca9837a2
|
Clear numbers from non-numberable pads and don't run DRC on them.
This was also the last straw on the misnamed PAD::GetName() and
PAD::SetName(), which are now PAD::GetNumber() and PAD::SetNumber().
Fixes https://gitlab.com/kicad/code/kicad/issues/9017
|
2021-08-24 01:03:06 +01:00 |
Jeff Young
|
baab2e6119
|
Attempt to fix SWIG issue.
|
2021-08-23 22:04:31 +01:00 |
Seth Hillbrand
|
adf885b667
|
Move pcbnew swig
Separates the python scripts into those using swig and those needed for
other scripting
|
2021-06-01 20:18:24 +00:00 |