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/euler.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/euler.h')
-rw-r--r--source/blender/python/api2_2x/euler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/euler.h b/source/blender/python/api2_2x/euler.h
index 70a4affb086..62e5855891b 100644
--- a/source/blender/python/api2_2x/euler.h
+++ b/source/blender/python/api2_2x/euler.h
@@ -61,6 +61,7 @@ PyObject *Euler_Unique( EulerObject * self );
PyObject *Euler_ToMatrix( EulerObject * self );
PyObject *Euler_ToQuat( EulerObject * self );
PyObject *Euler_Rotate( EulerObject * self, PyObject *args );
+PyObject *Euler_copy( EulerObject * self, PyObject *args );
PyObject *newEulerObject( float *eul, int type );
#endif /* EXPP_euler_h */