Merged changes in the trunk up to revision 26439.

This commit is contained in:
2010-01-30 17:44:57 +00:00
51 changed files with 664 additions and 273 deletions

View File

@@ -238,6 +238,7 @@ static void bpy_init_modules( void )
sprintf(tmpstr, "%d.%02d (sub %d)", BLENDER_VERSION/100, BLENDER_VERSION%100, BLENDER_SUBVERSION);
PyModule_AddStringConstant(mod, "_VERSION_STR", tmpstr);
PyModule_AddStringConstant(mod, "_BINPATH", bprogname);
PyModule_AddIntConstant(mod, "_DEBUG", G.f & G_DEBUG ? 1:0);
}
/* add our own modules dir, this is a python package */