Blender Python API

use getseter's for quat and euler types attributes, python3 compatible module initialization for Mathutils and BGL.
This commit is contained in:
2009-04-21 07:16:29 +00:00
parent 70dae5f493
commit 2d054e00b0
6 changed files with 270 additions and 184 deletions

View File

@@ -34,7 +34,7 @@
extern PyTypeObject vector_Type;
#define VectorObject_Check(v) ((v)->ob_type == &vector_Type)
#define VectorObject_Check(v) (((PyObject *)v)->ob_type == &vector_Type)
typedef struct {
PyObject_VAR_HEAD