Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/mathutils/mathutils.h
| Context not available. | |||||
| int column_vector_multiplication(float rvec[4], VectorObject *vec, MatrixObject *mat); | int column_vector_multiplication(float rvec[4], VectorObject *vec, MatrixObject *mat); | ||||
| #ifndef MATH_STANDALONE | #ifndef MATH_STANDALONE | ||||
| /* dynstr as python string utility funcions */ | /* dynstr as python string utility functions */ | ||||
| PyObject *mathutils_dynstr_to_py(struct DynStr *ds); | PyObject *mathutils_dynstr_to_py(struct DynStr *ds); | ||||
| #endif | #endif | ||||
| Context not available. | |||||