changed default nan_definitions.mk to use python 2.5 for linux (ai64 default was py 2.2 which probably wont even compile anymore)

pose.c - left a print here
export obj would ask about file overwriting twice.
This commit is contained in:
Campbell Barton
2007-10-21 17:38:17 +00:00
parent 373a1b05be
commit 8bcfafa3d9
3 changed files with 9 additions and 14 deletions

View File

@@ -723,7 +723,6 @@ AttributeError:
//Gets the pose_mat
static PyObject *PoseBone_getPoseMatrix(BPy_PoseBone *self, void *closure)
{
printmatrix4("posemat GET", self->posechannel->pose_mat );
return newMatrixObject((float*)self->posechannel->pose_mat, 4, 4, Py_WRAP);
}
//------------------------PoseBone.poseMatrix (setter)

View File

@@ -356,11 +356,7 @@ endif
export FREEDESKTOP ?= true
export NAN_PYTHON ?= /usr
ifeq ($(CPU),ia64)
export NAN_PYTHON_VERSION ?= 2.2
else
export NAN_PYTHON_VERSION ?= 2.3
endif
export NAN_PYTHON_VERSION ?= 2.5
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_OPENAL ?= /usr
export NAN_FMOD ?= $(LCGDIR)/fmod