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>2011-10-02 16:34:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-02 16:34:41 +0400
commitacac22f3f2c1e1cd0c1df55472a41b68a6b819e5 (patch)
tree77a85272f2d9ebd07d919ff6e060c0a1e7ca5586 /source/blender/python
parenta1d647e92cd7f51659f0bcb16fb05c1b30177b79 (diff)
enable cmake building makesdna with ghash
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/mathutils/mathutils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/mathutils/mathutils.c b/source/blender/python/mathutils/mathutils.c
index c6cbb04edd0..9adeae9dc29 100644
--- a/source/blender/python/mathutils/mathutils.c
+++ b/source/blender/python/mathutils/mathutils.c
@@ -99,7 +99,6 @@ int mathutils_array_parse(float *array, int array_min, int array_max, PyObject *
(size= QuaternionObject_Check(value) ? 4 : 0) ||
(size= ColorObject_Check(value) ? 3 : 0))
{
- printf("siez %d\n", size);
if(BaseMath_ReadCallback((BaseMathObject *)value) == -1) {
return -1;
}