From 16514e3ddb8500242931650c93f1397147442eba Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sat, 9 Feb 2008 23:17:15 +0000 Subject: * Merge of PyNodes to trunk. Finally! See http://wiki.blender.org/index.php/BlenderDev/PyNodes and http://wiki.blender.org/index.php/BlenderDev/PyNodes/API For current documentation. Very very big thanks go to William Germano for fixing the memory issues left and for improving on the code. In the coming time documentation will be finalised and further stabilising of PyNodes is to be expected. --- source/blender/python/SConscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/python/SConscript') diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index 9cd245394b0..f608787d66d 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -3,7 +3,7 @@ Import ('env') sources = Split('BPY_interface.c BPY_menus.c') + env.Glob('api2_2x/*.c') -incs = 'api2_2x ../blenkernel ../blenlib ../blenloader' +incs = 'api2_2x ../blenkernel ../nodes ../blenlib ../blenloader' incs += ' ../render/extern/include ../radiosity/extern/include' incs += ' ../makesdna #intern/guardedalloc #intern/bmfont ../imbuf ../include' incs += ' ' + env['BF_PYTHON_INC'] @@ -20,6 +20,8 @@ if env['WITH_BF_QUICKTIME']==1: if env['WITH_BF_OPENEXR'] == 1: defs.append('WITH_OPENEXR') +defs.append('USE_PYNODES') + if env['WITH_BF_FFMPEG'] == 1: defs.append('WITH_FFMPEG') -- cgit v1.2.3