code cleanup: BKE_scene api naming.

also stop numpy from being found in /usr/include with cmake.
This commit is contained in:
Campbell Barton
2012-05-05 14:33:36 +00:00
parent a731e13043
commit 299ff91ea1
82 changed files with 256 additions and 254 deletions

View File

@@ -1641,6 +1641,7 @@ if(WITH_PYTHON)
PATH_SUFFIXES
site-packages
dist-packages
NO_DEFAULT_PATH
)
if(NOT EXISTS "${PYTHON_NUMPY_PATH}")