Re: [Kicad-developers] 3dmodel display doesn't work

2017-04-14 Thread Cirilo Bernardo
The list looks OK but the plugins are not being found. I will check the default search paths. - Cirilo On Sat, Apr 15, 2017 at 12:07 AM, Botond Kiss wrote: > Hi Cirilio, > I have the default daily installation from ppa:js-reynaud/ppa-kicad ubuntu > 16.04 > These are the installed files: > > /.

[Kicad-developers] Fwd: Re: 3dmodel display doesn't work

2017-04-14 Thread Botond Kiss
Hi Cirilio, I have the default daily installation from ppa:js-reynaud/ppa-kicad ubuntu 16.04 These are the installed files: /. /etc /etc/profile.d /etc/profile.d/kicad-env.sh /usr /usr/bin /usr/bin/_cvpcb.kiface /usr/bin/_eeschema.kiface /usr/bin/_gerbview.kiface /usr/bin/_pcb_calculator.kiface

Re: [Kicad-developers] 3dmodel display doesn't work

2017-04-14 Thread Botond Kiss
The file extension filter in Select 3D Model window shows: All Files (*.*) and it is not selectable. On 2017-04-15 01:29, Cirilo Bernardo wrote: It looks to me like no plugins have been found. Did you click on the file extension filter to see what extensions are recognized by the current set of

Re: [Kicad-developers] 3dmodel display doesn't work

2017-04-14 Thread Botond Kiss
Hi Cirilio, I have the default daily installation from ppa:js-reynaud/ppa-kicad ubuntu 16.04 These are the installed files: /. /etc /etc/profile.d /etc/profile.d/kicad-env.sh /usr /usr/bin /usr/bin/_cvpcb.kiface /usr/bin/_eeschema.kiface /usr/bin/_gerbview.kiface /usr/bin/_pcb_calculator.kiface

Re: [Kicad-developers] 3dmodel display doesn't work

2017-04-14 Thread Cirilo Bernardo
It looks to me like no plugins have been found. Did you click on the file extension filter to see what extensions are recognized by the current set of plugins? If the plugins are installed but not found, let us know where they are installed and where the kicad executable is installed. - Cirilo On

Re: [Kicad-developers] [PATCH] export SHAPE_POLY_SET to pcbnew python

2017-04-14 Thread Nick Østergaard
Hmm, just as a heads up. I think I see a new warning from this patch: kicad-git/pcbnew/../include/geometry/shape_poly_set.h:53: Warning 401: Nothing known about base class 'SHAPE'. Ignored. It does not sound overly elegant, but I really don't know. 2017-04-14 16:35 GMT+02:00 Wayne Stambaugh : >

Re: [Kicad-developers] [PATCH] export SHAPE_POLY_SET to pcbnew python

2017-04-14 Thread Wayne Stambaugh
I merged your patch into the master branch. Thank you for your contribution to KiCad. Cheers, Wayne On 4/14/2017 8:19 AM, miles mccoo wrote: > > > The recent refactoring work moving from cpolyline to shapepolyset means > that we need to expose shape poly set to the python interface. this > pa

Re: [Kicad-developers] [PATCH] CPolyLine -> SHAPE_POLY_SET refactor

2017-04-14 Thread jp charras
Le 10/04/2017 à 10:44, Tomasz Wlostowski a écrit : > On 10.04.2017 09:18, jp charras wrote: >> Le 10/04/2017 à 08:39, Nick Østergaard a écrit : >>> Hi JP, >>> >>> Yes I can confirm that it seems to work now, but since you mentioned >>> that it was not fixed properly yet, I thought it was worth >>>

[Kicad-developers] 3dmodel display doesn't work

2017-04-14 Thread Botond Kiss
Hi, I don't see anything (stl os wrl files) in the Select 3d Model window. The Footprint Properties -> 3D Settings window shows only the footprint but not the model pcbnew-> 3D viewer shows only the board without any model. 3D search path configuration window got an error message even if the pa

Re: [Kicad-developers] [PATCH] Expose netclassptr constructor to python interface

2017-04-14 Thread Wayne Stambaugh
Miles, I merged your patch into the master branch. There were a few coding policy[1] violations and commit message formatting[2] which I fixed. Even though you modified a swig file, this was still C++ code which should follow the coding policy. There was trailing white space and missing spaces b

Re: [Kicad-developers] Fix Eagle free text rotation import bug, when using angle's other than 90, 180, 270

2017-04-14 Thread Wayne Stambaugh
Your patch has been merged into the master branch. I fixed a minor coding policy bug as well. In the future, please use `git format-patch` to create patches. Thank you for your contribution to KiCad. Cheers, Wayne On 4/8/2017 11:56 AM, Lachlan Audas wrote: > This patch fix's the bug in, Pcb

[Kicad-developers] [PATCH] export SHAPE_POLY_SET to pcbnew python

2017-04-14 Thread miles mccoo
The recent refactoring work moving from cpolyline to shapepolyset means that we need to expose shape poly set to the python interface. this patch adds it and restores the ability to modify zones from scripts. Note that unfracture does not have an implementation but swig tries to wrap it, since it

Re: [Kicad-developers] [FEATURE] Component table viewer

2017-04-14 Thread Nick Østergaard
Hmm, another small issue. When I have a part with a value of 10µ in kicad it will render as 10µ in the html output (Big a-circumflex) It looks right in the csv. 2017-04-14 11:07 GMT+02:00 Nick Østergaard : > I can confirmthat the assert I reported is fixed with the second patch. > > 2017-04-13

Re: [Kicad-developers] [FEATURE] Component table viewer

2017-04-14 Thread Nick Østergaard
I can confirmthat the assert I reported is fixed with the second patch. 2017-04-13 23:40 GMT+02:00 Oliver Walters : > Just a friendly reminder about this, I haven't heard anything since > attaching the correct patches. > > Cheers > > On 7 Apr 2017 19:27, "Oliver Walters" > wrote: >> >> I am very