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>2011-02-27 18:27:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-27 18:27:55 +0300
commitebeeb59020f86fa0504f364d7703aa9dd100978b (patch)
tree2390eb23a115908b0d21a3e4c76caa0ab4c6a749 /space_view3d_copy_attributes.py
parent8bc9aa9df9885297fc32641e4ffbc333d4c20dfd (diff)
replace imports from *, considered bad practice by python devs.
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 8b622c3d..9f96e0e3 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -34,7 +34,7 @@ bl_info = {
import bpy
import mathutils
-from mathutils import *
+from mathutils import Matrix, Vector
def build_exec(loopfunc, func):