Re: [Kicad-developers] 3D cache path

2016-05-19 Thread Nick Østergaard
uld be implemented latter would be to define the > max size of the cache and keep the "recent most used" models. > > Mario > > From: Simon Wells [swel...@gmail.com] > Sent: 19 May 2016 14:41 > To: Mário Luzeiro > Cc: Bernhard

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread Mário Luzeiro
quot; models. Mario From: Simon Wells [swel...@gmail.com] Sent: 19 May 2016 14:41 To: Mário Luzeiro Cc: Bernhard Stegmaier; Nick Østergaard; KiCad Developers Subject: Re: [Kicad-developers] 3D cache path with the current state of things how many seconds are we talking about?

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread Simon Wells
16 14:32 > To: Bernhard Stegmaier; Nick Østergaard > Cc: KiCad Developers > Subject: Re: [Kicad-developers] 3D cache path > > Hi Bernhard, > > At moment 3D cache has almost any use in the current code. > > If my branch get merged on day: > https://code.launchpad.net/~mrluzeiro

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread Mário Luzeiro
...@ua.pt] Sent: 19 May 2016 14:32 To: Bernhard Stegmaier; Nick Østergaard Cc: KiCad Developers Subject: Re: [Kicad-developers] 3D cache path Hi Bernhard, At moment 3D cache has almost any use in the current code. If my branch get merged on day: https://code.launchpad.net/~mrluzeiro/kicad

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread Mário Luzeiro
From: Kicad-developers [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on behalf of Bernhard Stegmaier [stegma...@sw-systems.de] Sent: 19 May 2016 14:14 To: Nick Østergaard Cc: KiCad Developers Subject: Re: [Kicad-developers] 3D cache path +1 for the button or auto cleanup from

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread Simon Wells
its currently in ~/Library/Preferences/kicad/3d On Fri, May 20, 2016 at 1:14 AM, Bernhard Stegmaier wrote: > +1 for the button or auto cleanup from my side. > > What is cached there at all? > I just looked on my OS X setup and I found the cache folder, but it is > empty.

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread Bernhard Stegmaier
+1 for the button or auto cleanup from my side. What is cached there at all? I just looked on my OS X setup and I found the cache folder, but it is empty. And yes, I am working on a couple of boards with 3d models… How is it in general thought to work? Is it intended to cache whatever it caches

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread Nick Østergaard
I am not sure having a manual button to click to clear the cache helps a lot... I think some autocleanup would be nice, but that does of course not exclude a button for those people who likes to click on stuff. Den 19/05/2016 12.09 skrev "José Ignacio" : > +1 on a "Clear

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread José Ignacio
+1 on a "Clear cache" button/menu item On Thu, May 19, 2016 at 3:39 AM, easyw wrote: > Hi, > I think it would also useful to have a menu item to clean 3D cache on > request... > just to avoid having a huge caching ... > > Maurice > > > On 19/05/2016 05.42, Cirilo Bernardo

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread easyw
Hi, I think it would also useful to have a menu item to clean 3D cache on request... just to avoid having a huge caching ... Maurice On 19/05/2016 05.42, Cirilo Bernardo wrote: Hi Folks, I've had some feedback on the location of the 3D cache data on various systems. At the moment the data

[Kicad-developers] 3D cache path

2016-05-18 Thread Cirilo Bernardo
Hi Folks, I've had some feedback on the location of the 3D cache data on various systems. At the moment the data is in wxStandardPaths::Get().GetUserConfigDir()/kicad/3d/cache and since that's a subdir of a configuration directory I guess it's not surprising that users are not happy. >From