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>2010-01-28 00:33:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-28 00:33:39 +0300
commit478dc000b3d65af48422154769641a3ecbe071d8 (patch)
treee727f48bb44ffbf518e33fab7726e14e9fb6a8c9 /source/blender/python/generic/Mathutils.h
parentfb7878a2c29338ee706b5add6a9a95b665616725 (diff)
* Mathutils attributes documented - http://www.blender.org/documentation/250PythonDoc/Mathutils.html
* Vector.difference() needed normalized vectors * bpy.DEUBG -> bpy.app.debug
Diffstat (limited to 'source/blender/python/generic/Mathutils.h')
-rw-r--r--source/blender/python/generic/Mathutils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/generic/Mathutils.h b/source/blender/python/generic/Mathutils.h
index ad67d2e511e..fdf0b5d9ce4 100644
--- a/source/blender/python/generic/Mathutils.h
+++ b/source/blender/python/generic/Mathutils.h
@@ -41,6 +41,9 @@
/* Can cast different mathutils types to this, use for generic funcs */
+extern char BaseMathObject_Wrapped_doc[];
+extern char BaseMathObject_Owner_doc[];
+
typedef struct {
PyObject_VAR_HEAD
float *data; /*array of data (alias), wrapped status depends on wrapped status */