Re: [Kicad-developers] 3D refactor update

2016-01-18 Thread Bernhard Stegmaier
___ > > From: Kicad-developers > > [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net > > <mailto:ua...@lists.launchpad.net>] on behalf of Clemens Koller > > [c...@embeon.de <mailto:c...@embeon.de>] > > Sent: 18 January 2016 11:06 > > To: kicad-

Re: [Kicad-developers] 3D refactor update

2016-01-18 Thread Mário Luzeiro
From: Kicad-developers [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on behalf of Clemens Koller [c...@embeon.de] Sent: 19 January 2016 01:24 To: kicad-developers@lists.launchpad.net Subject: Re: [Kicad-developers] 3D refactor update Testing

Re: [Kicad-developers] 3D refactor update

2016-01-18 Thread Cirilo Bernardo
I've made a number of bug fixes; the latest version committed is 6462. - Cirilo On Mon, Jan 18, 2016 at 7:59 PM, Cirilo Bernardo wrote: > Hi folks, > > I have reworked the new 3D code and would appreciate some testing/feedback > on the 3D path configuration and name resolution. This is (hopefu

Re: [Kicad-developers] 3D refactor update (segfaults here)

2016-01-18 Thread Clemens Koller
Hi, Cirilo! > Perhaps a debug build would help. From the backtrace it's not obvious to me > where the problem might be; it seems to be unrelated to the code changes > which I made. > If there's a possibility that the code is being linked to other existing > libraries, try running 'ldd' on kicad/pc

Re: [Kicad-developers] 3D refactor update (segfaults here)

2016-01-18 Thread Nick Østergaard
FWIW, on my archlinux machine it seems to run fine. This is 6459 on Cirilo's branch. 2016-01-18 23:06 GMT+01:00 Cirilo Bernardo : > Hi Clemens, > > Perhaps a debug build would help. From the backtrace it's not obvious to > me > where the problem might be; it seems to be unrelated to the code cha

Re: [Kicad-developers] 3D refactor update (segfaults here)

2016-01-18 Thread Cirilo Bernardo
Hi Clemens, Perhaps a debug build would help. From the backtrace it's not obvious to me where the problem might be; it seems to be unrelated to the code changes which I made. If there's a possibility that the code is being linked to other existing libraries, try running 'ldd' on kicad/pcbnew a

Re: [Kicad-developers] 3D refactor update (segfaults here)

2016-01-18 Thread Clemens Koller
Hi, Cirilo On 2016-01-18 09:59, Cirilo Bernardo wrote: > I have reworked the new 3D code and would appreciate some testing/feedback > on the 3D path configuration and name resolution. This is (hopefully) the last > hurdle before merging the code with the main branch, which in turn will be the > f

Re: [Kicad-developers] 3D refactor update

2016-01-18 Thread Cirilo Bernardo
...@lists.launchpad.net] on behalf of Clemens Koller [c...@embeon.de] > > Sent: 18 January 2016 11:06 > > To: kicad-developers@lists.launchpad.net > > Subject: Re: [Kicad-developers] 3D refactor update > > > > Hello, Cirilo! > > > > On 2016-01-18 09:59, Cirilo Be

Re: [Kicad-developers] 3D refactor update

2016-01-18 Thread Cirilo Bernardo
On Mon, Jan 18, 2016 at 10:06 PM, Clemens Koller wrote: > Hello, Cirilo! > > On 2016-01-18 09:59, Cirilo Bernardo wrote: > > I have reworked the new 3D code and would appreciate some > testing/feedback > > Those who have tried previous versions will need to: > > a. delete all cache files (in th

Re: [Kicad-developers] 3D refactor update

2016-01-18 Thread Bernhard Stegmaier
anuary 2016 11:06 > To: kicad-developers@lists.launchpad.net > Subject: Re: [Kicad-developers] 3D refactor update > > Hello, Cirilo! > > On 2016-01-18 09:59, Cirilo Bernardo wrote: >> I have reworked the new 3D code and would appreciate some testing/feedback >> Those who ha

Re: [Kicad-developers] 3D refactor update

2016-01-18 Thread Mário Luzeiro
To: kicad-developers@lists.launchpad.net Subject: Re: [Kicad-developers] 3D refactor update Hello, Cirilo! On 2016-01-18 09:59, Cirilo Bernardo wrote: > I have reworked the new 3D code and would appreciate some testing/feedback > Those who have tried previous versions will need to: >

Re: [Kicad-developers] 3D refactor update

2016-01-18 Thread Clemens Koller
Hello, Cirilo! On 2016-01-18 09:59, Cirilo Bernardo wrote: > I have reworked the new 3D code and would appreciate some testing/feedback > Those who have tried previous versions will need to: > a. delete all cache files (in the kicad config. directory under 3d/cache) and > b. delete the older 3D

[Kicad-developers] 3D refactor update

2016-01-18 Thread Cirilo Bernardo
Hi folks, I have reworked the new 3D code and would appreciate some testing/feedback on the 3D path configuration and name resolution. This is (hopefully) the last hurdle before merging the code with the main branch, which in turn will be the first step towards implementing the new 3D Viewer. T

[Kicad-developers] 3d refactor update

2015-12-10 Thread Cirilo Bernardo
One useful 3D plugin is almost finished - the IDF plugin. For people who use IDF this plugin allows the user to preview the model in the 3D model data dialogs. Here is an example of an actual IDF component outline in the preview panel: https://drive.google.com/file/d/0By_XTJN-s8aXNWxwa0pWUGd6Mms/v

[Kicad-developers] 3D refactor update

2015-10-24 Thread Cirilo Bernardo
My branch of the 3D refactor now has the new 3D model selection dialog available when "Edit Parameters" is selected within pcbnew and 3d-viewer now uses the new filename resolution scheme. (Well, strictly speaking, S3D_MASTER does.) Within the footprint editor, selecting the "Footprint properties"

Re: [Kicad-developers] 3D refactor update

2015-10-08 Thread easyw
Hi Cirilo, here some feedback in mswin: first I had an error on building with dlfcn.h then I solved adding dlfcn.c and dlfcn.h from https://github.com/dlfcn-win32/dlfcn-win32 and changing #include to #include "dlfcn.h" but then I have this file missing: #include and I cannot find a correspond

Re: [Kicad-developers] 3D refactor update

2015-10-08 Thread easyw
Hi Cirilo, thanks for the info ... I will try to build test3dmm only program... If I can get it in linux, then I will try to build it also in win, and if I succeed I will give you some feedback and tips for mswin :) Maurice On 08/10/2015 12.18, Cirilo Bernardo wrote: Hi Maurice, The ins

Re: [Kicad-developers] 3D refactor update

2015-10-08 Thread easyw
Hi Cirilo, I'm not very familiar with building kicad in linux... (I do my most testing in windows) could you please post the commands to build only the test program 'test3dmm' after downloading your branch? I think it would be useful to add the ability to switch on and off some 3D models (si

[Kicad-developers] 3D refactor update

2015-10-05 Thread Cirilo Bernardo
The 3D refactor branch now has some (very bare) file selector code. The features which testers/devs can play with so far include: + quickly change the file selector's directory using a drop-down list: this should make browsing for files less painful + select the file filter for the types of model