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/draw/intern/draw_cache.h
parentb96777b3e152bb48f9f86effc3bd4510d17ef571 (diff)
Draw Manager: initial lattice support
Still misses support for edit-mode selection & weight drawing.
Diffstat (limited to 'source/blender/draw/intern/draw_cache.h')
-rw-r--r--source/blender/draw/intern/draw_cache.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/draw/intern/draw_cache.h b/source/blender/draw/intern/draw_cache.h
index 26412c54c9c..eac6495e182 100644
--- a/source/blender/draw/intern/draw_cache.h
+++ b/source/blender/draw/intern/draw_cache.h
@@ -87,4 +87,8 @@ struct Batch *DRW_cache_mesh_surface_get(struct Object *ob);
struct Batch *DRW_cache_mesh_surface_verts_get(struct Object *ob);
struct Batch *DRW_cache_mesh_verts_get(struct Object *ob);
+/* Lattice */
+struct Batch *DRW_cache_lattice_verts_get(struct Object *ob);
+struct Batch *DRW_cache_lattice_wire_get(struct Object *ob);
+
#endif /* __DRAW_CACHE_H__ */ \ No newline at end of file