removing python includes for blenkernel since pynodes are commented.

This commit is contained in:
Campbell Barton 2011-06-19 09:32:37 +00:00
parent def6bcd4e5
commit 8eb375048e
2 changed files with 5 additions and 3 deletions

@ -284,7 +284,7 @@ endif()
if(WITH_PYTHON)
list(APPEND INC ../python)
list(APPEND INC_SYS ${PYTHON_INCLUDE_DIRS})
# list(APPEND INC_SYS ${PYTHON_INCLUDE_DIRS}) # for pynodes, commented now
add_definitions(-DWITH_PYTHON)
if(WITH_PYTHON_SECURITY)

@ -32,8 +32,10 @@
*/
#ifdef WITH_PYTHON
#include <Python.h>
#if 0 /* pynodes commented for now */
# ifdef WITH_PYTHON
# include <Python.h>
# endif
#endif
#include "MEM_guardedalloc.h"