code cleanup: warnings and use stdbool for bpy* funcs.

This commit is contained in:
2013-01-07 05:26:12 +00:00
parent 2f23267797
commit 1bf5832dfb
19 changed files with 215 additions and 201 deletions

View File

@@ -31,13 +31,13 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "bpy_util.h"
#include "bpy.h" /* own include */
#include "WM_api.h"
#include "BLI_utildefines.h"
static PyObject *bpy_atexit(PyObject *UNUSED(self), PyObject *UNUSED(args), PyObject *UNUSED(kw))
{
/* close down enough of blender at least not to crash */