Code cleanup: use bools where possible
This commit is contained in:
@@ -39,8 +39,6 @@
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include "GPU_material.h"
|
||||
|
||||
#include "DNA_scene_types.h"
|
||||
#include "DNA_image_types.h"
|
||||
#include "DNA_material_types.h"
|
||||
@@ -58,6 +56,8 @@
|
||||
|
||||
#include "../generic/py_capi_utils.h"
|
||||
|
||||
#include "GPU_material.h"
|
||||
|
||||
#include "gpu.h"
|
||||
|
||||
#define PY_MODULE_ADD_CONSTANT(module, name) PyModule_AddIntConstant(module, # name, name)
|
||||
|
Reference in New Issue
Block a user