Files
test2/source/blender/collada/SConscript
Chingiz Dyussenov a82d3dec41 Multi-texture material export (unfinished).
Import geometry using mesh editor module commented out. Will use blenkernel module instead.
2009-06-22 13:23:13 +00:00

11 lines
533 B
Python

#!/usr/bin/python
Import ('env')
sources = env.Glob('*.cpp')
# relative paths to include dirs, space-separated, string
incs = '../blenlib ../blenkernel ../makesdna ../makesrna ../editors/include ../../../intern/guardedalloc [OPENCOLLADA]/COLLADAStreamWriter/include [OPENCOLLADA]/COLLADABaseUtils/include [OPENCOLLADA]/COLLADAFramework/include [OPENCOLLADA]/COLLADASaxFrameworkLoader/include '.replace('[OPENCOLLADA]', env['BF_OPENCOLLADA'])
env.BlenderLib ('bf_collada', sources, Split(incs), [], libtype='core', priority=200 )