__str__ functions for other mathutils types
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
|
||||
/* Can cast different mathutils types to this, use for generic funcs */
|
||||
|
||||
struct DynStr;
|
||||
|
||||
extern char BaseMathObject_Wrapped_doc[];
|
||||
extern char BaseMathObject_Owner_doc[];
|
||||
|
||||
@@ -120,4 +122,7 @@ int mathutils_any_to_rotmat(float rmat[3][3], PyObject *value, const char *error
|
||||
|
||||
int column_vector_multiplication(float rvec[4], VectorObject *vec, MatrixObject *mat);
|
||||
|
||||
/* dynstr as python string utility funcions */
|
||||
PyObject *mathutils_dynstr_to_py(struct DynStr *ds);
|
||||
|
||||
#endif /* MATHUTILS_H */
|
||||
|
||||
Reference in New Issue
Block a user