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/makesdna/DNA_lattice_types.h
parentb96777b3e152bb48f9f86effc3bd4510d17ef571 (diff)
Draw Manager: initial lattice support
Still misses support for edit-mode selection & weight drawing.
Diffstat (limited to 'source/blender/makesdna/DNA_lattice_types.h')
-rw-r--r--source/blender/makesdna/DNA_lattice_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_lattice_types.h b/source/blender/makesdna/DNA_lattice_types.h
index 242d6f0feeb..28a401676fc 100644
--- a/source/blender/makesdna/DNA_lattice_types.h
+++ b/source/blender/makesdna/DNA_lattice_types.h
@@ -69,6 +69,7 @@ typedef struct Lattice {
char vgroup[64]; /* multiply the influence, MAX_VGROUP_NAME */
struct EditLatt *editlatt;
+ void *batch_cache;
} Lattice;
/* ***************** LATTICE ********************* */