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 <ideasman42@gmail.com>2017-04-13 15:09:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-13 15:09:59 +0300
commit2128e26d86a8dcc25287de4bfc39f065fefd3ce3 (patch)
treee808dc1c06137d2a9a5640b4dc03ded33ec0fa5a /source/blender/blenloader
parentb96777b3e152bb48f9f86effc3bd4510d17ef571 (diff)
Draw Manager: initial lattice support
Still misses support for edit-mode selection & weight drawing.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index c81d591af59..a1718b5d84d 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -4714,6 +4714,7 @@ static void direct_link_latt(FileData *fd, Lattice *lt)
direct_link_dverts(fd, lt->pntsu*lt->pntsv*lt->pntsw, lt->dvert);
lt->editlatt = NULL;
+ lt->batch_cache = NULL;
lt->adt = newdataadr(fd, lt->adt);
direct_link_animdata(fd, lt->adt);