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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2021-01-28 09:54:17 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-01-28 09:54:17 +0300
commitb53f0c2aba09ddaa09b88fbda2c99e9866211f0b (patch)
treee4c34ef2227d50cc98c4783be4af274f24fc7f54 /source/blender/blenkernel/BKE_cachefile.h
parent57db862ff773986e05a5d5f9f9a8e3980fe007e1 (diff)
work on proxy
Diffstat (limited to 'source/blender/blenkernel/BKE_cachefile.h')
-rw-r--r--source/blender/blenkernel/BKE_cachefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_cachefile.h b/source/blender/blenkernel/BKE_cachefile.h
index 05ee71741be..fbc134d6c75 100644
--- a/source/blender/blenkernel/BKE_cachefile.h
+++ b/source/blender/blenkernel/BKE_cachefile.h
@@ -60,7 +60,7 @@ void BKE_cachefile_reader_open(struct CacheFile *cache_file,
const char *object_path);
void BKE_cachefile_reader_free(struct CacheFile *cache_file, struct CacheReader **reader);
-bool BKE_cache_file_use_cycles_procedural(struct Depsgraph *depsgraph,
+bool BKE_cache_file_use_proxy(struct Depsgraph *depsgraph,
struct CacheFile *cache_file);
#ifdef __cplusplus