Matrix.translation wrapper vector, continent accessing to matrix[3][0:3].

this is a part of patch 29534, being applied separately

from patch [#29534] Change Matrix Representation and Access in Python to Conform with Standard Notation
by Andrew Hale (trumanblending)
This commit is contained in:
2011-12-21 23:12:16 +00:00
parent 96bd647c4f
commit 26f69488ca
3 changed files with 130 additions and 0 deletions

View File

@@ -456,6 +456,7 @@ PyMODINIT_FUNC PyInit_mathutils(void)
Py_INCREF(item);
mathutils_matrix_vector_cb_index= Mathutils_RegisterCallback(&mathutils_matrix_vector_cb);
mathutils_matrix_column_cb_index= Mathutils_RegisterCallback(&mathutils_matrix_column_cb);
return submodule;
}