Merged changes in the trunk up to revision 37799.

Note for VS2008 plus CMake users:
I had to remove OpenEXR debug libs from the "blender" project properties >
Linker > Additional Dependencies.  Otherwise I got a number of linker errors
concerning duplicated symbols between libcmt.lib and libcmtd.lib.
This commit is contained in:
2011-06-25 00:49:53 +00:00
207 changed files with 16803 additions and 15630 deletions

View File

@@ -60,8 +60,6 @@
#include "../generic/blf_py_api.h"
#include "../generic/IDProp.h"
#include "AUD_PyInit.h"
#include "BPy_Freestyle.h"
PyObject *bpy_package_py= NULL;