Blender Git Commit Log

Git Commits -> Revision 3ce233e

Revision 3ce233e by Nathan Letwory (master)
February 15, 2011, 09:24 (GMT)
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.

Commit Details:

Full Hash: 3ce233e28d51fb31cf13e8791052e503ecae96ec
SVN Revision: 34861
Parent Commit: be8c894
Lines Changed: +2080, -2032

4 Added Paths:

/intern/mikktspace/CMakeLists.txt (+36, -0) (View)
/intern/mikktspace/mikktspace.c (+1886, -0) (View)
/intern/mikktspace/mikktspace.h (+143, -0) (View)
/intern/mikktspace/SConscript (+9, -0) (View)

2 Deleted Paths:

/source/blender/blenkernel/intern/mikktspace.c (+0, -1886)
/source/blender/blenkernel/mikktspace.h (+0, -143)

6 Modified Paths:

/intern/CMakeLists.txt (+1, -0) (Diff)
/intern/SConscript (+1, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -2) (Diff)
/source/blender/blenkernel/SConscript (+1, -0) (Diff)
/source/blender/render/CMakeLists.txt (+1, -0) (Diff)
/source/blender/render/SConscript (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021