soc-2008-mxcurioni: first part of the Freestyle Python implementation. A new Freestyle module is added. The following modules are implemented: BinaryPredicate0D, BinaryPredicate1D, Id, Interface0D, Interface1D. I added a Convert module to help in the creation of Python objects for Freestyle's data structures. I also added a missing file for guarded_alloc needed for compilation on Windows.
This commit is contained in:
@@ -4,7 +4,7 @@ Import ('env')
|
||||
sources = Split('BPY_interface.c BPY_menus.c') + env.Glob('api2_2x/*.c')
|
||||
|
||||
incs = 'api2_2x ../blenkernel ../nodes ../blenlib ../blenloader'
|
||||
incs += ' ../render/extern/include ../radiosity/extern/include'
|
||||
incs += ' ../render/extern/include ../radiosity/extern/include ../freestyle/intern/python'
|
||||
incs += ' ../makesdna #intern/guardedalloc #intern/bmfont ../imbuf ../include'
|
||||
incs += ' ' + env['BF_PYTHON_INC']
|
||||
incs += ' ' + env['BF_OPENGL_INC']
|
||||
|
||||
Reference in New Issue
Block a user