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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-11-05 21:05:55 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-11-05 21:05:55 +0300
commit1e40adddc7c15aa008670fcf387cda56fdef8479 (patch)
tree5b04f6bdf5655607d6fe2d55eb3f4b7bdbda1f57 /intern/decimation/SConscript
parentbdfa652605b0932755a35fa8af02ccd049596847 (diff)
2.5 Modifiers: mesh deform, boolean and decimation work again.
Diffstat (limited to 'intern/decimation/SConscript')
-rw-r--r--intern/decimation/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/decimation/SConscript b/intern/decimation/SConscript
index ef95a795928..2dd86c44cf1 100644
--- a/intern/decimation/SConscript
+++ b/intern/decimation/SConscript
@@ -5,4 +5,4 @@ sources = env.Glob('intern/*.cpp')
incs = '. ../moto/include ../container ../memutil'
-env.BlenderLib ('bf_decimation', sources, Split(incs) , [], libtype=['core'], priority = [10] )
+env.BlenderLib ('bf_decimation', sources, Split(incs) , [], libtype=['core'], priority = [200] )