Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-03-25 04:04:22 +0300
committerCampbell Barton <campbell@blender.org>2022-03-25 04:10:30 +0300
commit1ba20947cc0b38d4b6cc9314eb7d8629c5a2add5 (patch)
tree798cf5ab544b1b32a2084cca895b43b66f67d23d /source/blender/makesdna/DNA_pointcache_types.h
parent7d1d9e601503fb7e921c935524fec1469363c121 (diff)
Cleanup: rename CustomDataExternal.filename => filepath
Reserve "filename" when only the name component is used.
Diffstat (limited to 'source/blender/makesdna/DNA_pointcache_types.h')
-rw-r--r--source/blender/makesdna/DNA_pointcache_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_pointcache_types.h b/source/blender/makesdna/DNA_pointcache_types.h
index b247176f537..1133237199b 100644
--- a/source/blender/makesdna/DNA_pointcache_types.h
+++ b/source/blender/makesdna/DNA_pointcache_types.h
@@ -131,7 +131,7 @@ enum {
PTCACHE_FRAMES_SKIPPED = 1 << 8,
PTCACHE_EXTERNAL = 1 << 9,
PTCACHE_READ_INFO = 1 << 10,
- /** Don't use the filename of the blend-file the data is linked from (write a local cache). */
+ /** Don't use the file-path of the blend-file the data is linked from (write a local cache). */
PTCACHE_IGNORE_LIBPATH = 1 << 11,
/**
* High resolution cache is saved for smoke for backwards compatibility,