Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2006-08-22 13:13:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-08-22 13:13:44 +0400
commitd6d2d6f063994e1481ce498c5e245d8470ef4b6d (patch)
tree07896859c3e6edf3d0a6ed5595ee4724606ea96c /source/blender/python/api2_2x/quat.h
parent18ab4ff62dadc836ad3e302b9253d4257a889a49 (diff)
added fakeUser property to mesh (will need to add to all other library datablocks too)
and added __copy__ to quat and euler types as well as updating the docs.
Diffstat (limited to 'source/blender/python/api2_2x/quat.h')
-rw-r--r--source/blender/python/api2_2x/quat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/quat.h b/source/blender/python/api2_2x/quat.h
index da7e053d99a..2e5f6788b2e 100644
--- a/source/blender/python/api2_2x/quat.h
+++ b/source/blender/python/api2_2x/quat.h
@@ -67,6 +67,7 @@ PyObject *Quaternion_Inverse( QuaternionObject * self );
PyObject *Quaternion_Normalize( QuaternionObject * self );
PyObject *Quaternion_ToEuler( QuaternionObject * self );
PyObject *Quaternion_ToMatrix( QuaternionObject * self );
+PyObject *Quaternion_copy( QuaternionObject * self );
PyObject *newQuaternionObject( float *quat, int type );
#endif /* EXPP_quat_h */