soc-2008-mxcurioni: added a Freestyle panel to select a style at run-time, by specifying its pathname. By default, it is loaded with the contour.py path.

This commit is contained in:
Maxime Curioni
2008-07-31 11:20:30 +00:00
parent 3010f2b753
commit f09f89d5dc
6 changed files with 62 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ incs += ' #/intern/decimation/extern ../blenloader ../python'
incs += ' ../../kernel/gen_system #/intern/SoundSystem ../readstreamglue ../nodes'
incs += ' ../quicktime #/intern/elbeem/extern'
incs += ' #/intern/ghost #/intern/opennl/extern #/extern/glew/include'
incs += ' ../freestyle'
incs += ' ' + env['BF_PYTHON_INC']
incs += ' ' + env['BF_SDL_INC']