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>2010-02-10 19:40:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-10 19:40:02 +0300
commit19b5cc3d163093164466afa4213d7f7f66fb657c (patch)
tree809de4670cce42b6c2707b8f1356609b3363223c /release
parentf6fe65454611cc6aa34911f9770a5fd2b723295c (diff)
make dupliface rotation was wrong.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/op/object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/op/object.py b/release/scripts/op/object.py
index 5d84c0f1222..e22c6587d2d 100644
--- a/release/scripts/op/object.py
+++ b/release/scripts/op/object.py
@@ -394,7 +394,7 @@ class MakeDupliFace(bpy.types.Operator):
SCALE_FAC = 0.01
offset = 0.5 * SCALE_FAC
- base_tri = Vector(-offset, -offset, 0.0), Vector(-offset, offset, 0.0), Vector(offset, offset, 0.0), Vector(offset, -offset, 0.0)
+ base_tri = Vector(-offset, -offset, 0.0), Vector(offset, -offset, 0.0), Vector(offset, offset, 0.0), Vector(-offset, offset, 0.0)
def matrix_to_quat(matrix):
# scale = matrix.median_scale