Le 27/08/2017 à 08:54, Greg Smith a écrit : > Thank you!! > > Just curious: yesterday's (aug 26) nightly has the number: db3491f3 > <https://github.com/KiCad/kicad-source-mirror/commit/db3491f3821667ee74f5ef5a8127e20086d1e010> > > > Yet the windows nightly has: > > kicad-r8450.db3491f38-x86_64.exe > <http://downloads.kicad-pcb.org/windows/nightly/kicad-r8450.db3491f38-x86_64.exe> > > > Any idea why the windows nightly has the extra "8" after db3491f3?
In fact, every commit is identified by a SHA-1 key. For this commit (therefore this build), the full key is db3491f3821667ee74f5ef5a8127e20086d1e010 It is frequent, to avoid tedious info messages, to restrict the full key to its first digits. > > > I'll wait for the Aug 27 nightly build and test it out with my python scripts. > > > I appreciate it! > > Greg S. > > On Aug 27, 2017, at 1:32 AM, jp charras <jp.char...@wanadoo.fr > <mailto:jp.char...@wanadoo.fr>> wrote: > >> Le 23/08/2017 à 16:27, Greg Smith a écrit : >>> Better formatting: >>> >>> How do you get PCB_EDIT_FRAME functions exposed to python? >>> >>> I've been looking around the source code to >>> see how to expose them. Specifically, >>> PCB_EDIT_FRAME::syncLayerVisibilities, and other PCB_EDIT_FRAME functions. >>> >> >> In rev a557838c615c9b268830138348c6a8d6a4cc9ba9 I fixed the issue about >> incorrect user interface >> update after running a Action Plugin. >> >> When running a Action Plugin, there is no need to update something, the >> Action Plugin manager takes >> care of that (manages the undo stack, and updates the GUI and the canvas). >> >> >> >> -- >> Jean-Pierre CHARRAS -- Jean-Pierre CHARRAS _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp