Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread yann jautard
Le 03/08/2014 12:59, Mário Luzeiro a écrit : Hi yann, I've reported that issue some time ago: https://bugs.launchpad.net/kicad/+bug/1343904 Hi I don't think it is the exact same problem. In my case, the path to the system installed 3D models is ok, but it that folder the path point to,

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Nick Østergaard
2014-08-04 10:00 GMT+02:00 yann jautard brico...@free.fr: And also what about the path to the 3D models directory that cannot be edited ? Is there a place where we can edit it ? That is a bug I believe, it is supposed to be set with an environment variable, but I guess it is just not catched

[Kicad-developers] Build failed in Jenkins: kicad-qa #262

2014-08-04 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-qa/262/changes Changes: [jean-pierre charras] 3D viewer: move helper functions from 3d_draw.cpp to 3d_draw_helper_functions.cpp. Add comments in .h sources. Better management of background color. coding style fixes.

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread yann jautard
Le 04/08/2014 10:57, Nick Østergaard a écrit : 2014-08-04 10:00 GMT+02:00 yann jautard brico...@free.fr: And also what about the path to the 3D models directory that cannot be edited ? Is there a place where we can edit it ? That is a bug I believe, it is supposed to be set with an

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Mário Luzeiro
As a kicad user I agree, I was missing also the feature to load 3D modules from the current project folder path. It looks it is not possible at moment. Also, I do believe that it is very hard to non expert linux/windows users to set that variables in the environment.. :/

[Kicad-developers] Jenkins build is back to normal : kicad-qa #263

2014-08-04 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-qa/263/changes ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] [PATCH] Anti-aliasing for the 3D-Viewer

2014-08-04 Thread jp charras
Le 03/08/2014 12:00, mj a écrit : On 03.08.2014 10:14, jp charras wrote: Le 03/08/2014 03:24, Martin Janitschke a écrit : Heyho, please feel free to test and apply the attached patch for the 3D viewer. It'll enable anti-aliasing - if the renderer supports it with up to factor 8 (beyond this

[Kicad-developers] Build failed in Jenkins: kicad-qa #264

2014-08-04 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-qa/264/changes Changes: [jean-pierre charras] Anti-aliasing patch for the 3D-Viewer from Martin Janitschke -- Started by an SCM change Building in workspace http://ci.kicad-pcb.org/job/kicad-qa/ws/ $ bzr

Re: [Kicad-developers] [PATCH] Anti-aliasing for the 3D-Viewer

2014-08-04 Thread Mário Luzeiro
Committed, Thanks. Unfortunately, my graphic card does not support anti aliasing, and I am not able to test this enhancement. -- Jean-Pierre CHARRAS That will be a good oldschool test platform! ;) Thank you for your fast commits! Mario ___

[Kicad-developers] Jenkins build is back to normal : kicad-qa #265

2014-08-04 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-qa/265/changes ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] [PATCH] Anti-aliasing for the 3D-Viewer

2014-08-04 Thread Brian Sidebotham
For the number of elements in an array, you can use: ./include/macros.h:#define DIM( x )unsigned( sizeof(x) / sizeof( (x)[0] ) ) which is more consistent in the KiCad source code. Best Regards, Brian. ___ Mailing list:

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Wayne Stambaugh
On 8/4/2014 7:34 AM, yann jautard wrote: Le 04/08/2014 10:57, Nick Østergaard a écrit : 2014-08-04 10:00 GMT+02:00 yann jautard brico...@free.fr: And also what about the path to the 3D models directory that cannot be edited ? Is there a place where we can edit it ? That is a bug I believe,

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Dick Hollenbeck
Wayne, In our 3/20/2014 project planning conversation I mentioned: newstring = Prj().Substitute( oldstring ); and 6 or so other suggestions for your project planning document. Just curious, where is that document, and did these get recorded? Dick BTW, the PROJECT::Substitute()

[Kicad-developers] compiler warning

2014-08-04 Thread Dick Hollenbeck
Can someone please fix this: /svn/kicad/product/common/common.cpp:48:13: warning: #warning You must use '--with-gnomeprint' or '--with-gtkprint' in your wx library configuration for full print capabilities. [-Wcpp] # warning You must use '--with-gnomeprint' or '--with-gtkprint' in

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Wayne Stambaugh
On 8/4/2014 11:24 AM, Dick Hollenbeck wrote: Wayne, In our 3/20/2014 project planning conversation I mentioned: newstring = Prj().Substitute( oldstring ); and 6 or so other suggestions for your project planning document. Just curious, where is that document, and did these

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Nick Østergaard
2014-08-04 16:00 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: On 8/4/2014 7:34 AM, yann jautard wrote: Le 04/08/2014 10:57, Nick Østergaard a écrit : 2014-08-04 10:00 GMT+02:00 yann jautard brico...@free.fr: And also what about the path to the 3D models directory that cannot be edited

[Kicad-developers] eeschema modular kicad work

2014-08-04 Thread Dick Hollenbeck
On 07/29/2014 02:02 PM, Wayne Stambaugh wrote: On 7/27/2014 1:33 PM, Dick Hollenbeck wrote: Gentlemen: In the course of trying to load the schematic editor directly under kicad.exe, by-passing eeschema top frame itself, I was exposed to a range of issues in the design of eeschema.

[Kicad-developers] Contributing footprints

2014-08-04 Thread Simon Gansen
Hi, I'm new to KiCad developement and wondering what is the designated way to contribute package footprints. Once I've created a pull request at github for a schematic symbol to github.com/KiCad/kicad-library, which was merged a few hour later. Now I've created a pull request to

Re: [Kicad-developers] Contributing footprints

2014-08-04 Thread Dick Hollenbeck
On 08/04/2014 11:15 AM, Simon Gansen wrote: Hi, I'm new to KiCad developement and wondering what is the designated way to contribute package footprints. Once I've created a pull request at github for a schematic symbol to github.com/KiCad/kicad-library, which was merged a few hour later.

Re: [Kicad-developers] compiler warning

2014-08-04 Thread Mário Luzeiro
Dick, here is my patch to the warnings in vrml_v2_modelparser.cpp From: Kicad-developers [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on behalf of Dick Hollenbeck [d...@softplc.com] Sent: 04 August 2014 17:30 To: KiCad Developers

Re: [Kicad-developers] [PATCH] Anti-aliasing for the 3D-Viewer

2014-08-04 Thread Mário Luzeiro
imp, why the AA is only supported in wx3? #if wxCHECK_VERSION( 3, 0, 0 ) ? MRL ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More

Re: [Kicad-developers] [PATCH] Anti-aliasing for the 3D-Viewer

2014-08-04 Thread Martin Janitschke
On 04.08.2014 22:45, Mário Luzeiro wrote: imp, why the AA is only supported in wx3? #if wxCHECK_VERSION( 3, 0, 0 ) This part was added by JP, a bit further up in the comments: // Note: We try to use anti aliasing if the graphic card allows that, // but only on wxWidgets = 3.0.0 (this

Re: [Kicad-developers] [PATCH] Anti-aliasing for the 3D-Viewer

2014-08-04 Thread Mário Luzeiro
Uhm.. anyway.. I found that my graphic card (and most of decent graphic card drivers I guess) can override the application preferences forcing it to whatever AA. I found also that with my graphic card with the AA in max settings the board textures will be rendered in black.. so we have some

Re: [Kicad-developers] compiler warning

2014-08-04 Thread Nick Østergaard
Mario, just FYI, you have used tabs in the fscanf alignment indentations. 2014-08-04 22:42 GMT+02:00 Mário Luzeiro mrluze...@ua.pt: Dick, here is my patch to the warnings in vrml_v2_modelparser.cpp From: Kicad-developers

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Wayne Stambaugh
On 8/4/2014 12:02 PM, Nick Østergaard wrote: 2014-08-04 16:00 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: On 8/4/2014 7:34 AM, yann jautard wrote: Le 04/08/2014 10:57, Nick Østergaard a écrit : 2014-08-04 10:00 GMT+02:00 yann jautard brico...@free.fr: And also what about the path to

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Nick Østergaard
2014-08-05 1:24 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: On 8/4/2014 12:02 PM, Nick Østergaard wrote: 2014-08-04 16:00 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: On 8/4/2014 7:34 AM, yann jautard wrote: Le 04/08/2014 10:57, Nick Østergaard a écrit : 2014-08-04 10:00 GMT+02:00