kicad/pcbnew/python/swig
Seth Hillbrand 7a3a7d1af6 Python add param to change UUIDs on fp load
By default, we load all footprints with a new UUID set to allow them to
be added to the board as unique objects.  But when editing footprints,
we want to maintain the same UUID.

Fixes https://gitlab.com/kicad/code/kicad/issues/11870

(cherry picked from commit 802745398a)
2022-06-29 12:10:51 -07:00
..
board.i Correct SWIG call for board design settings 2022-06-28 14:02:56 -07:00
board_connected_item.i SWIG out connected item vector for use 2021-11-19 13:39:06 -08:00
board_design_settings.i Add CloneFrom API for BOARD_DESIGN_SETTINGS in SWIG 2021-11-08 23:01:24 -05:00
board_item.i Fix missing FOOTPRINT cast in swig 2022-01-04 10:49:29 -08:00
board_item_container.i
connectivity.i
footprint.i Python add param to change UUIDs on fp load 2022-06-29 12:10:51 -07:00
fp_shape.i
fp_text.i
layer_ids.i Rename layer ids file. 2021-07-29 16:03:25 +01:00
netinfo.i
pad.i Append True to Python 3 AddPrimitivePoly() call 2022-03-18 13:01:56 -07:00
pcb_dimension.i Prefix DIMENSION types. 2021-06-11 17:59:44 +01:00
pcb_group.i Fixup to expose PCB_GROUP in Python 2021-06-03 20:00:45 +01:00
pcb_item_containers.i Add the new pcb item container header to the SWIG wrapper 2021-06-04 12:49:11 +01:00
pcb_marker.i Prefix DIMENSION types. 2021-06-11 17:59:44 +01:00
pcb_plot_params.i
pcb_shape.i Hide confusing lowercase version of GetCenter from SWIG 2021-11-18 21:21:22 -05:00
pcb_target.i
pcb_text.i
pcbnew.i Ensure we can version scripting properly 2022-02-03 15:54:07 -08:00
plugins.i We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
track.i Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01:00
typeinfo.i
units.i Template for vector<VECTOR2I> in swig 2022-01-06 23:48:52 -05:00
version.i Ensure we can version scripting properly 2022-02-03 15:54:07 -08:00
zone.i Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
zone_settings.i