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:
authorDaniel Dunbar <daniel@zuster.org>2005-10-02 21:09:11 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-10-02 21:09:11 +0400
commitcdb8700ddca08e4cce86f45129bc578e60c1e83f (patch)
tree7667d5eba51741e6e39b36e8a6ec98f1b5c6c292 /source/blender/python/api2_2x/BGL.h
parent173a4791b25a0a6fc886e3e3541783b3e3a9089f (diff)
- add support for Python Buffer()s of type DOUBLE
Diffstat (limited to 'source/blender/python/api2_2x/BGL.h')
-rw-r--r--source/blender/python/api2_2x/BGL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/BGL.h b/source/blender/python/api2_2x/BGL.h
index a37450b1809..c7fbf079010 100644
--- a/source/blender/python/api2_2x/BGL.h
+++ b/source/blender/python/api2_2x/BGL.h
@@ -63,6 +63,7 @@ typedef struct _Buffer {
short *asshort;
int *asint;
float *asfloat;
+ double *asdouble;
void *asvoid;
} buf;