From 397467166a6f2bba9ee963ea12870d4766ba8eb6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 11 Apr 2010 14:24:21 +0000 Subject: rename Mathutils --> mathutils --- add_mesh_3d_function_surface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add_mesh_3d_function_surface.py') diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py index 897e44b6..eff69042 100644 --- a/add_mesh_3d_function_surface.py +++ b/add_mesh_3d_function_surface.py @@ -17,7 +17,7 @@ # ##### END GPL LICENSE BLOCK ##### import bpy -from Mathutils import * +from mathutils import * from math import * from bpy.props import * -- cgit v1.2.3