Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-04-11 18:24:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-11 18:24:21 +0400
commit397467166a6f2bba9ee963ea12870d4766ba8eb6 (patch)
treebc113626b4a978013a81cff4eeb34d14af887608 /add_mesh_3d_function_surface.py
parent6271cf6b388326153e42b6d85e7e6b5b83549c4f (diff)
rename Mathutils --> mathutils
Diffstat (limited to 'add_mesh_3d_function_surface.py')
-rw-r--r--add_mesh_3d_function_surface.py2
1 files changed, 1 insertions, 1 deletions
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 *