kicad/pcbnew/python
Salvador E. Tropea d311915f9d Fix the CONNECTIVITY_DATA::GetNetItems Python API
- The C++ member now uses std::vector<KICAD_T>
- The Python side can use a single value or a list,
  like in v6.

The std::vector translation is based on the v6 KICAD_T[]
translation.
2023-03-01 18:49:12 +00:00
..
examples Python script sample: fix compatibility with recent changes in code. 2021-06-15 18:19:58 +02:00
plugins PadArray.py: ensure parameters used to create a VECTOR2I are ints. 2023-01-08 09:10:13 +01:00
scripting Sync pcbnew selection with selected items after plugin is run 2023-02-26 17:58:57 +00:00
swig Fix the CONNECTIVITY_DATA::GetNetItems Python API 2023-03-01 18:49:12 +00:00