-Patch submitted by Campbell Barton
-Fixed matrix.invert() to return the correct inverse matrix
This commit is contained in:
@@ -232,7 +232,7 @@ PyObject *Matrix_Invert(MatrixObject * self)
|
||||
}
|
||||
}
|
||||
//transpose
|
||||
Matrix_Transpose(self);
|
||||
//Matrix_Transpose(self);
|
||||
} else {
|
||||
printf("Matrix.invert: matrix does not have an inverse\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user