Merged changes in the trunk up to revision 52690.

Conflicts resolved:
release/datafiles/startup.blend
source/blender/blenlib/intern/bpath.c
This commit is contained in:
Tamito Kajiyama
2012-12-01 02:47:59 +00:00
259 changed files with 4507 additions and 2592 deletions

View File

@@ -41,11 +41,12 @@ if env['WITH_BF_PYTHON']:
if env['BF_DEBUG']:
defs.append('DEBUG')
'''
if env['WITH_BF_ELTOPO']:
incs += ' #/extern/eltopo'
incs += ' #/extern/eltopo/eltopo3d'
defs.append('WITH_ELTOPO')
'''
if env['WITH_BF_QUICKTIME']:
incs += ' ../quicktime'