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
path: root/source
diff options
context:
space:
mode:
authorDaniel Genrich <daniel.genrich@gmx.net>2009-08-25 23:58:42 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2009-08-25 23:58:42 +0400
commit0e9f7757b9f1988d3c1ffa86dd48956341e86e9b (patch)
treee9f59558a42700a59f046e6c27885bd8b6699ed6 /source
parente2d91a5e5f61cf6ff1398c742ada7fd806299767 (diff)
Pointcache:
*forgot 1 rename
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/pointcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/pointcache.c b/source/blender/blenkernel/intern/pointcache.c
index 75b49817812..4110570760f 100644
--- a/source/blender/blenkernel/intern/pointcache.c
+++ b/source/blender/blenkernel/intern/pointcache.c
@@ -895,7 +895,7 @@ static int BKE_ptcache_id_filename(PTCacheID *pid, char *filename, int cfra, sho
if (do_ext) {
if(pid->cache->index < 0)
- pid->cache->index = pid->stack_index = object_insert_pc(pid->ob);
+ pid->cache->index = pid->stack_index = object_insert_ptcache(pid->ob);
if(pid->cache->flag & PTCACHE_EXTERNAL) {
if(pid->cache->index >= 0)