kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #25161
Re: PATCH: change 3D cache directory
Patch committed in product branch r6945. Thanks.
On 6/18/2016 4:00 AM, Cirilo Bernardo wrote:
> At the moment the 3D cache data is written to a subdirectory
> of the configuration directory. The attached patch changes
> the 3D cache directory to a location recommended on each
> supported platform (Linux, MSWin, OSX):
>
> 1. OSX: ${HOME}/Library/Caches/kicad/3d
>
> 2. Linux: ${XDG_CACHE_HOME}/kicad/3d
> OR
> ${HOME}/.cache/kicad/3d
>
> 3. MSWin: AppData\Local\kicad\3d
>
> I submitted a patch on June 14 but that patch was buggy
> (my apologies).
>
> - Cirilo
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References