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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-03-01 08:32:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-01 08:32:06 +0300
commit52f105b32ebed318265c5f5ec1b44d1b0349e609 (patch)
tree4475d3767938d3bc5117873bcd0eed67d9fd934a /release/scripts/uvcalc_smart_project.py
parent3aaea833b9ed2331e9d1db18cdb4963acd3323dc (diff)
new script seams from islands, adds seams at the boundries of existing UV islands.
uvcalc_smart_project - needed to import Main
Diffstat (limited to 'release/scripts/uvcalc_smart_project.py')
-rw-r--r--release/scripts/uvcalc_smart_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/uvcalc_smart_project.py b/release/scripts/uvcalc_smart_project.py
index d805cbf3f06..a224ec3ebe4 100644
--- a/release/scripts/uvcalc_smart_project.py
+++ b/release/scripts/uvcalc_smart_project.py
@@ -42,7 +42,7 @@ selected faces, or all faces.
# --------------------------------------------------------------------------
-from Blender import Object, Draw, Window, sys, Mesh, Geometry
+from Blender import Object, Draw, Window, sys, Mesh, Geometry, Main
from Blender.Mathutils import CrossVecs, Matrix, Vector, RotationMatrix, DotVecs
from math import cos