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

@@ -28,6 +28,8 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "bpy_path.h"
#include "../generic/py_capi_utils.h"