kicad/scripting
jean-pierre charras 7a7eee86ce kicad_pyshell/__init_py: avoid loading pcbnew module if the board editor is not open.
It happens when opening the python console from Eeschema.
In this case, and on msys2, Pgm() returns a null pointer because the pcbnew
application is not initialized, and the first call to Pgm()
from a python script crashes Kicad
2021-08-15 15:11:07 +02:00
..
build_tools Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
kicad_pyshell kicad_pyshell/__init_py: avoid loading pcbnew module if the board editor is not open. 2021-08-15 15:11:07 +02:00
CMakeLists.txt Add skipped pdb copy to kipython 2021-07-15 21:30:59 -04:00
kicad_scripting_main.cpp Centralizing SCRIPTING class 2021-06-01 20:18:24 +00:00
kicadplugins.i Add support for dark theme in plugin icons 2021-03-24 21:59:30 +00:00
kipython_frame.cpp Ensure console can be loaded from Eeschema standalone 2021-06-23 22:43:53 -04:00
kipython_frame.h Finalize Python Frame 2021-06-01 20:18:24 +00:00
kipython_settings.cpp Working python window 2021-06-01 20:18:24 +00:00
kipython_settings.h Working python window 2021-06-01 20:18:24 +00:00
python_scripting.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
python_scripting.h Use Python to test for modules (not CPython) 2021-06-07 13:56:31 -07:00