commit before doing some hefty shapekey change, will break compilation

This commit is contained in:
2009-11-01 00:06:53 +00:00
parent 672c8926d7
commit 2d0d4e7de4
226 changed files with 9805 additions and 6758 deletions

View File

@@ -1271,7 +1271,7 @@ static PyObject *Vector_getSwizzle(VectorObject * self, void *closure)
unchanged. */
static int Vector_setSwizzle(VectorObject * self, PyObject * value, void *closure)
{
VectorObject *vecVal;
VectorObject *vecVal = NULL;
PyObject *item;
size_t listLen;
float scalarVal;