Merged changes in the trunk up to revision 40413.

Conflicts resolved:
source/blender/makesrna/intern/rna_scene.c
This commit is contained in:
2011-09-20 21:22:15 +00:00
393 changed files with 16073 additions and 5327 deletions

View File

@@ -18,6 +18,9 @@ defs = []
if is_debug:
defs.append('_DEBUG')
if env['WITH_BF_INTERNATIONAL']:
defs.append('INTERNATIONAL')
sources = env.Glob('generic/*.c')
env.BlenderLib( libname = 'bf_python_ext', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core','player'], priority = [363,165]) # ketsji is 360