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:
authorClément Foucault <foucault.clem@gmail.com>2018-09-05 18:02:00 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-09-05 20:00:13 +0300
commit457df4fa9ba4bebff69caff62c98586d62337f8d (patch)
tree4bc359a12e035b847521a9ce949a9bd3a655e30b /source/blender/draw/intern/draw_cache_impl_lattice.c
parentc05b9bbcc09f15912c741809646902458ea27958 (diff)
Edit Mesh: Add support for draw option parameters
The visuals was already implemented but we could not toggle them off.
Diffstat (limited to 'source/blender/draw/intern/draw_cache_impl_lattice.c')
-rw-r--r--source/blender/draw/intern/draw_cache_impl_lattice.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl_lattice.c b/source/blender/draw/intern/draw_cache_impl_lattice.c
index 4ffbe7b7546..b077162b41d 100644
--- a/source/blender/draw/intern/draw_cache_impl_lattice.c
+++ b/source/blender/draw/intern/draw_cache_impl_lattice.c
@@ -273,11 +273,6 @@ static void lattice_render_data_weight_col_get(const LatticeRenderData *rdata, c
}
}
-enum {
- VFLAG_VERTEX_SELECTED = 1 << 0,
- VFLAG_VERTEX_ACTIVE = 1 << 1,
-};
-
/* ---------------------------------------------------------------------- */
/* Lattice GPUBatch Cache */