* Small changes in many files:
- Trying to fix linking problems in OSX; - Making module .Get functions behave like the ones in Blender 2.25 - 2.27 (Guignot pointed the incompatibility); - Included more types to Blender.Types; - Found by luck and corrected two bugs that were making Blender crash; - Added/updated some simple functions.
This commit is contained in:
@@ -138,7 +138,7 @@ static PyObject *Buffer_repr(PyObject *self);
|
||||
PyTypeObject buffer_Type = {
|
||||
PyObject_HEAD_INIT(NULL)
|
||||
0, /*ob_size*/
|
||||
"Buffer", /*tp_name*/
|
||||
"buffer", /*tp_name*/
|
||||
sizeof(Buffer), /*tp_basicsize*/
|
||||
0, /*tp_itemsize*/
|
||||
(destructor) Buffer_dealloc, /*tp_dealloc*/
|
||||
|
Reference in New Issue
Block a user