Files
test2/source/blender/blenkernel/intern
Campbell Barton cd9d4e992d macOS: replace BLI_expand_tilde with BLI_dir_home
Use a generic function to access the home directory making macOS path
access match other Unix systems.

When the function was added [0] it solved access to HOME when the
environment variable wasn't set. Since then support for `getpwuid()`
has been added on UNIX systems [1], which also works on macOS,
removing the need for macOS to have a separate function.

Furthermore BLI_expand_tilde had undocumented limitations that didn't
apply to other platforms (see PR for details).

Ref !128734

[0]: 9df13fba69
[1]: 6039cb17e6
2024-10-09 09:29:12 +11:00
..
2024-07-29 23:10:49 -04:00
2024-01-30 14:42:13 -05:00
2024-10-01 09:59:33 +10:00
2024-09-21 16:22:52 +10:00
2024-08-29 17:16:42 +10:00
2024-09-10 13:41:01 +02:00
2024-09-29 08:47:37 +02:00
2024-08-22 17:05:48 +02:00
2024-08-04 13:45:06 +10:00