From fca80ff61e8bbce39bc2584a6ad7e7659577d1b1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 May 2011 07:52:45 +0000 Subject: update for changes in blender module layout, also add global axis conversion to FBX. --- add_mesh_solid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add_mesh_solid.py') diff --git a/add_mesh_solid.py b/add_mesh_solid.py index f8e4f3b4..01825d29 100644 --- a/add_mesh_solid.py +++ b/add_mesh_solid.py @@ -37,7 +37,7 @@ from bpy.props import FloatProperty,EnumProperty,BoolProperty from math import sqrt from mathutils import Vector,Matrix from functools import reduce -from add_object_utils import object_data_add +from bpy_extras.object_utils import object_data_add # this function creates a chain of quads and, when necessary, a remaining tri # for each polygon created in this script. be aware though, that this function -- cgit v1.2.3