kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #32274
Re: [PATCH] BuildConnectivity and re-DisplayBoard in python Refresh
-
To:
<kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Maciej Sumiński <maciej.suminski@xxxxxxx>
-
Date:
Thu, 7 Dec 2017 09:57:37 +0100
-
Authentication-results:
spf=pass (sender IP is 188.184.36.46) smtp.mailfrom=cern.ch; lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=bestguesspass action=none header.from=cern.ch;
-
In-reply-to:
<CAH3vBSTfCNaEV2V9BHw3VaU+Mdyn0sJpLWC9YhjchRv3bX=qVw@mail.gmail.com>
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:99
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
I think this patch solves one of the problems the scripting interface
users face now. Are there any objections to merging the patch? Does any
Python developer care to comment whether it is a requested change?
Regards,
Orson
On 12/03/2017 11:54 AM, miles mccoo wrote:
> Refresh is used in the python domain to refresh the display with the current
> design. If something has changed, board connectivity likely needs
> rebuilding.
> If using GAL canvas, update its display db.
>
>
>
> I am still looking at board_commit. This patch is to help those who already
> have working python code. Also, as I mentioned in my board_commit thread,
> <https://lists.launchpad.net/kicad-developers/msg32063.html> there will be
> some scripts for which undo functionality is not needed.
>
> also, in the same thread, some suggestions were made on getting GAL to
> redraw. They all seem to require doing something before changes begin and
> then calling something else. This patch enables the catch all of "just
> rebuild whatever needs to be rebuilt"
>
> Miles
>
> for my personal reference: this is my fifth patch.
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Attachment:
signature.asc
Description: OpenPGP digital signature
Follow ups
References