From 069d21dddfef3361068afa987cc618f8fdaf48c3 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sun, 27 Sep 2009 00:32:20 +0000 Subject: Made the Freestyle Python API compatible with Python 3. --- source/blender/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/SConscript') diff --git a/source/blender/SConscript b/source/blender/SConscript index a064850c170..0882c8143c6 100644 --- a/source/blender/SConscript +++ b/source/blender/SConscript @@ -32,3 +32,6 @@ if env['WITH_BF_OPENEXR']: if env['WITH_BF_QUICKTIME']: SConscript (['quicktime/SConscript']) + +if env['WITH_BF_FREESTYLE']: + SConscript (['freestyle/SConscript']) -- cgit v1.2.3