Merged changes in the trunk up to revision 26439.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user