kicad/pcbnew/python/scripting
Seth Hillbrand 78e737b9d8 DRC scripting: load project from board if possible
s_SettingsManager is not always initialized when the WriteDRCReport is
run.  We should first attempt to extract the project from the actual
board being checked.  Failing that, we fall back to the static settings manager and then exit if we don't have a project associated.

Fixes https://gitlab.com/kicad/code/kicad/issues/10221
2022-01-06 11:50:21 -08:00
..
pcb_scripting_tool.cpp Force refresh AUI manager after reloading python scripts. 2021-12-03 09:30:24 +01:00
pcb_scripting_tool.h We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
pcbnew_action_plugins.cpp Remove escaped double-quotes 2021-11-03 17:03:14 -07:00
pcbnew_action_plugins.h More NULL expunging. 2021-07-20 07:27:18 -04:00
pcbnew_footprint_wizards.cpp Remove escaped double-quotes 2021-11-03 17:03:14 -07:00
pcbnew_footprint_wizards.h Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
pcbnew_scripting.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
pcbnew_scripting.h
pcbnew_scripting_helpers.cpp DRC scripting: load project from board if possible 2022-01-06 11:50:21 -08:00
pcbnew_scripting_helpers.h Add NewBoard API to allow standalone BOARD creation 2021-11-18 21:43:05 -05:00