BLI_fileops: move home directory access to BLI_fileops #128732
Closed
Campbell Barton
wants to merge 1 commits from
When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
ideasman42/blender:pr-bli-home
into main
pull from: ideasman42/blender:pr-bli-home
merge into: blender:main
blender:main
blender:blender-v4.3-release
blender:remote-asset-library-monolithic
blender:npr-prototype
blender:blender-v3.6-release
blender:blender-v4.2-release
blender:cmbasnett/use_pass_z_name
blender:color-node-drag-and-drop
blender:temp-sculpt-dyntopo
blender:icons-cleanup
blender:blender-v3.3-release
blender:brush-assets-project
blender:pr-extensions-tidy-space
blender:blender-v4.0-release
blender:universal-scene-description
blender:blender-v4.1-release
blender:blender-v3.6-temp_wmoss_animrig_public
blender:gpencil-next
blender:blender-projects-basics
blender:sculpt-blender
blender:asset-browser-frontend-split
blender:asset-shelf
blender:blender-v3.5-release
blender:blender-v2.93-release
blender:sculpt-dev
blender:bevelv2
blender:xr-dev
When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
d283611f4a |
BLI_fileops: move home directory access to BLI_fileops
All checks were successful
buildbot/vexp-code-patch-lint Build done.
buildbot/vexp-code-patch-linux-x86_64 Build done.
buildbot/vexp-code-patch-darwin-x86_64 Build done.
buildbot/vexp-code-patch-darwin-arm64 Build done.
buildbot/vexp-code-patch-windows-amd64 Build done.
buildbot/vexp-code-patch-coordinator Build done.
This was located in BKE_appdir which is higher level (used for accessing Blender's paths), where as the home directory may be used from lower level path code. |