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>2009-06-19 03:12:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-06-19 03:12:29 +0400
commit4f9e0ec06ed8498f34d30fa9a4a7b264b85d4d0e (patch)
treee5ea148ffb8824ab43b084aed0c5ffd13e7daf58 /source/blender/python/generic/quat.h
parentb6182781b0ab2d10c12b4a547cba5222f39f5edf (diff)
Update Mathutils for py3k
* removed coercing types which has been removed from py3. * matrix uses getset's rather then getset items. * removed deprecated functions.
Diffstat (limited to 'source/blender/python/generic/quat.h')
-rw-r--r--source/blender/python/generic/quat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/python/generic/quat.h b/source/blender/python/generic/quat.h
index 8a4602c1d8e..8887b147705 100644
--- a/source/blender/python/generic/quat.h
+++ b/source/blender/python/generic/quat.h
@@ -46,11 +46,7 @@ typedef struct {
}data;
float *quat; //1D array of data (alias)
int wrapped; //is wrapped data?
- PyObject *coerced_object;
} QuaternionObject;
-/*coerced_object is a pointer to the object that it was
-coerced from when a dummy vector needs to be created from
-the coerce() function for numeric protocol operations*/
/*struct data contains a pointer to the actual data that the
object uses. It can use either PyMem allocated data (which will