svn merge ^/trunk/blender -r42778:42839

This commit is contained in:
Campbell Barton
2011-12-23 08:41:53 +00:00
116 changed files with 2071 additions and 737 deletions

View File

@@ -5,7 +5,7 @@ sources = env.Glob('intern/*.c')
incs = '. #/intern/guardedalloc ../blenlib ../blenkernel'
incs += ' ../makesdna ../editors/include'
incs += ' ../render/extern/include ../makesrna ../nodes ../bmesh'
incs += ' ../render/extern/include ../makesrna ../nodes ../bmesh ../imbuf'
incs += ' ' + env['BF_ZLIB_INC']