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:
-rw-r--r--source/blender/editors/space_view3d/drawobject.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_view3d/drawobject.c b/source/blender/editors/space_view3d/drawobject.c
index 52fdb6f50df..2fcad557a5f 100644
--- a/source/blender/editors/space_view3d/drawobject.c
+++ b/source/blender/editors/space_view3d/drawobject.c
@@ -1901,9 +1901,6 @@ static void drawlattice(Scene *scene, View3D *v3d, Object *ob)
int actdef_wcol = 0;
const bool is_edit = (lt->editlatt != NULL);
- /* now we default make displist, this will modifiers work for non animated case */
- if (ELEM(NULL, ob->curve_cache, ob->curve_cache->disp.first))
- BKE_lattice_modifiers_calc(scene, ob);
dl = BKE_displist_find(&ob->curve_cache->disp, DL_VERTS);
if (is_edit) {