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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-15 12:24:35 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-15 12:24:35 +0300
commit3ce233e28d51fb31cf13e8791052e503ecae96ec (patch)
tree1d1eac36dae93fda44ff72aedd77508736dd41e0 /intern/SConscript
parentbe8c8942f4592fc5249ad9400b16b2c1fd8996c3 (diff)
Move mikktspace code to own library, so it is clear that it is also
intended as a standalone library for use in other applications that want the same tangent space as Blender. This also keeps blenkernel clean(er) from extra math functions.
Diffstat (limited to 'intern/SConscript')
-rw-r--r--intern/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/SConscript b/intern/SConscript
index 241662b7088..9a78f8ddace 100644
--- a/intern/SConscript
+++ b/intern/SConscript
@@ -13,6 +13,7 @@ SConscript(['audaspace/SConscript',
'itasc/SConscript',
'boolop/SConscript',
'opennl/SConscript',
+ 'mikktspace/SConscript',
'smoke/SConscript'])
# NEW_CSG was intended for intern/csg, but