Merging the node changes required a lot of conflict resolution, fixed the
issues I could find but if you want stability you might want to wait a bit
before updating.
This commit is contained in:
2011-09-17 13:28:40 +00:00
661 changed files with 43775 additions and 22579 deletions

View File

@@ -40,6 +40,7 @@
#include "RNA_types.h"
#include "bpy.h"
#include "gpu.h"
#include "bpy_rna.h"
#include "bpy_util.h"
#include "bpy_traceback.h"
@@ -186,6 +187,7 @@ static struct _inittab bpy_internal_modules[]= {
#ifdef WITH_CYCLES
{(char *)"libcycles_blender", CYCLES_initPython},
#endif
{(char *)"gpu", GPU_initPython},
{NULL, NULL}
};