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:
Diffstat (limited to 'source/blender/blenloader/intern/versioning_280.c')
-rw-r--r--source/blender/blenloader/intern/versioning_280.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenloader/intern/versioning_280.c b/source/blender/blenloader/intern/versioning_280.c
index eafb27f9758..35f939ffe76 100644
--- a/source/blender/blenloader/intern/versioning_280.c
+++ b/source/blender/blenloader/intern/versioning_280.c
@@ -2675,11 +2675,11 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
}
/* Move shared pointers from deprecated location to current location */
- sb->shared->pointcache = sb->pointcache;
- sb->shared->ptcaches = sb->ptcaches;
+ // sb->shared->pointcache = sb->pointcache;
+ // sb->shared->ptcaches = sb->ptcaches;
- sb->pointcache = NULL;
- BLI_listbase_clear(&sb->ptcaches);
+ // sb->pointcache = NULL;
+ // BLI_listbase_clear(&sb->ptcaches);
}
}