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>2012-03-15 02:39:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-15 02:39:56 +0400
commitc2d93e8d4a962b3fa04d2bdf2bd1291ebec1e8b0 (patch)
tree08eeaba9e1f6829345238562ffd6c829f5c348b8 /source/blender/python/mathutils
parente7c4a25963cca7dd1a2c39c10825540ece1c8482 (diff)
comment cleanup
Diffstat (limited to 'source/blender/python/mathutils')
-rw-r--r--source/blender/python/mathutils/mathutils_Vector.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
index 3434aadced5..6d638a3b11a 100644
--- a/source/blender/python/mathutils/mathutils_Vector.c
+++ b/source/blender/python/mathutils/mathutils_Vector.c
@@ -999,8 +999,6 @@ static PyObject *Vector_angle_signed(VectorObject *self, PyObject *args)
if (BaseMath_ReadCallback(self) == -1)
return NULL;
- /* don't use clamped size, rule of thumb is vector sizes must match,
- * even though n this case 'w' is ignored */
if (mathutils_array_parse(tvec, 2, 2, value, "Vector.angle_signed(other), invalid 'other' arg") == -1)
return NULL;