From c0a273d1e7ae86f635816896be762dad3ebd1662 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 23 Dec 2015 19:58:40 +0100 Subject: Fix T47053: Problem while import/export of obj files. Missing import of Vector... --- io_scene_obj/export_obj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_obj') diff --git a/io_scene_obj/export_obj.py b/io_scene_obj/export_obj.py index ad506216..fbbc1e9c 100644 --- a/io_scene_obj/export_obj.py +++ b/io_scene_obj/export_obj.py @@ -44,7 +44,7 @@ def mesh_triangulate(me): def write_mtl(scene, filepath, path_mode, copy_set, mtl_dict): - from mathutils import Color + from mathutils import Color, Vector world = scene.world if world: -- cgit v1.2.3