Fix T47053: Problem while import/export of obj files.

Missing import of Vector...
This commit is contained in:
Bastien Montagne 2015-12-23 19:58:40 +01:00
parent f0fe54fcdd
commit c0a273d1e7
Notes: blender-bot 2023-02-14 19:50:58 +01:00
Referenced by issue #47053, Problem while import/export of obj files
1 changed files with 1 additions and 1 deletions

View File

@ -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: