From c05f4813b650b8b4d45c172c549947e562bf71aa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 8 Feb 2011 21:36:44 +0000 Subject: incorrectly switched mesh.update() --> mesh.update_tag(), update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data. --- io_import_scene_mhx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_import_scene_mhx.py') diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py index 8f242a79..3b744846 100644 --- a/io_import_scene_mhx.py +++ b/io_import_scene_mhx.py @@ -1217,7 +1217,7 @@ def parseMesh (args, tokens): me.from_pydata(verts, [], faces) else: me.from_pydata(verts, edges, []) - me.update_tag() + me.update() linkObject(ob, me) mats = [] -- cgit v1.2.3