Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-05-29 01:19:56 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-29 01:19:56 +0400
commit9986b5cd736a493026c9580a49bbf030cd1fa4be (patch)
tree6e6e3d36059cd890805fce1f7afbb743f3dfc5e0 /source/blender/freestyle/SConscript
parent58066fd0af30388a6bf29fa897fb0300b37c5c7b (diff)
soc-2008-mxcurioni: corrected GLStrokeRender::preparePaper function for paper texture loading. The canvas view now has its frame properly initialized to fixed dimensions. When the Freestyle render is executed, the render is displayed for a fraction of a second and is then erased by a standard gray background. I have to analyze what command I need to call to keep the result on display.
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 198eb2ed422..58d4e980e8b 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -55,14 +55,10 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
prefix = 'intern/app_blender'
app_sources = env.Glob(prefix + '/*.cpp')
-# swig wrapper
-#prefix = 'intern/swig'
-#swig_sources = env.Glob(prefix + '/*.cpp')
-swig_sources = []
sources = system_sources + image_sources + geometry_sources + scene_graph_sources \
+ winged_edge_sources + view_map_sources + stroke_sources + rendering_sources \
- + app_sources + swig_sources
+ + app_sources
env.BlenderLib (libname="bf_freestyle",
sources=sources,