svn merge -r38600:38700 https://svn.blender.org/svnroot/bf-blender/trunk/blender
This commit is contained in:
@@ -108,4 +108,6 @@ int _BaseMathObject_WriteIndexCallback(BaseMathObject *self, int index);
|
||||
int mathutils_array_parse(float *array, int array_min, int array_max, PyObject *value, const char *error_prefix);
|
||||
int mathutils_any_to_rotmat(float rmat[3][3], PyObject *value, const char *error_prefix);
|
||||
|
||||
int column_vector_multiplication(float rvec[4], VectorObject *vec, MatrixObject *mat);
|
||||
|
||||
#endif /* MATHUTILS_H */
|
||||
|
||||
Reference in New Issue
Block a user