[Bf-blender-cvs] [690382bef5c] master: Fix incorrect commet in appdir.c about cache locations.

Jeroen Bakker noreply at git.blender.org
Tue Oct 12 09:47:13 CEST 2021


Commit: 690382bef5c38d9279d72b36660c466114afc774
Author: Jeroen Bakker
Date:   Tue Oct 12 09:46:46 2021 +0200
Branches: master
https://developer.blender.org/rB690382bef5c38d9279d72b36660c466114afc774

Fix incorrect commet in appdir.c about cache locations.

===================================================================

M	source/blender/blenkernel/intern/appdir.c

===================================================================

diff --git a/source/blender/blenkernel/intern/appdir.c b/source/blender/blenkernel/intern/appdir.c
index 5779c873222..0ecf6238d3d 100644
--- a/source/blender/blenkernel/intern/appdir.c
+++ b/source/blender/blenkernel/intern/appdir.c
@@ -219,7 +219,8 @@ bool BKE_appdir_folder_documents(char *dir)
 
 /**
  * Get the user's cache directory, i.e. $HOME/.cache/blender/ on Linux,
- * %USERPROFILE%\AppData\Local\blender\ on Windows.
+ * %USERPROFILE%\AppData\Local\Blender Foundation\Blender\ on Windows and
+ * /Library/Caches/Blender on MacOS.
  *
  * \returns True if the path is valid. It doesn't create or checks format
  *     if the `blender` folder exists. It does check if the parent of the



More information about the Bf-blender-cvs mailing list