Re: [Kicad-developers] 3D-Viewer new rendering and contributions.

2014-08-01 Thread Mário Luzeiro
What do the models look like in another 3D viewer which correctly renders normals? It's hard to tell with 3DViewer because it looks to me like every facet is rendered on both sides (but that may be correct - the surface may have the 'solid' attribute). If a facet were rendered only on 1

[Kicad-developers] CERN Version 5068 - Cannot load PCB in pcbnew

2014-08-01 Thread Jean-Paul Louis
I have designed a small PCB with standard pcbnew (5039), and wanted to test it with the CERN version 5068. When I try to load it, I get the error message show below. The working version is Application: kicad Version: (2014-07-30 BZR 5039)-product Release build wxWidgets: Version 3.0.0

Re: [Kicad-developers] CERN Version 5068 - Cannot load PCB in pcbnew

2014-08-01 Thread Maciej Sumiński
On 08/01/2014 05:23 PM, Jean-Paul Louis wrote: I have designed a small PCB with standard pcbnew (5039), and wanted to test it with the CERN version 5068. When I try to load it, I get the error message show below. Hi Jean-Paul, Where did you obtain the CERN version? We do not have any special

Re: [Kicad-developers] CERN Version 5068 - Cannot load PCB in pcbnew

2014-08-01 Thread Dick Hollenbeck
This is expected from time to time when loading a board saved with a newer version into older software. The newer software will load it fine. If you want the older software to load it, then don't save using the newer software. ___ Mailing list:

[Kicad-developers] Segfault in X3D module parser (build 5041, did not happen in 5034)

2014-08-01 Thread Andrew Zonenberg
When loading this model: http://colossus.cs.rpi.edu/~azonenberg/downloads/molex-1051561008.x3d I get a crash in the X3D model parser. It appears to be due to a null dereference accessing color[0] since color has a size of zero and the internal array is null. I'm not sure if the model is

Re: [Kicad-developers] Segfault in X3D module parser (build 5041, did not happen in 5034) [PATCH]

2014-08-01 Thread Andrew Zonenberg
The attached patch causes the model to load properly on my machine. It adds a check to disable loading color information if no color nodes were found. On Fri, 2014-08-01 at 15:29 -0400, Andrew Zonenberg wrote: When loading this model:

Re: [Kicad-developers] Segfault in X3D module parser (build 5041, did not happen in 5034) [PATCH]

2014-08-01 Thread Mário Luzeiro
Sorry I found that too last night but I didnt had time to upload a fix. Would you (merger masters) would like to update my path attached in the trunk? it fixes the X3D missing color issue and add some small fixes and improvements. It added the capability to parse diffuse color from x3d model and

Re: [Kicad-developers] CERN Version 5068 - Cannot load PCB in pcbnew

2014-08-01 Thread Jean-Paul Louis
Dick and Orson, It looks like I am way behind the curve of things. I didn’t know that the two branches (CERN and Master) were merged. So I used the cern branch that was given to us a while back, was just doing an update from there, and most likely got an old obsolete version. So I am going to