Blender Git Commit Log
Git Commits -> Revision 2b4c68b
Revision 2b4c68b by Campbell Barton (master) November 25, 2013, 04:36 (GMT) |
CMake Build: option to compile without opennl/superlu. |
Commit Details:
Full Hash: 2b4c68b902b261127f7deabf922048c41be6fb55
Parent Commit: 295116e
Lines Changed: +181, -61
15 Modified Paths:
/build_files/cmake/config/blender_lite.cmake (+1, -0) (Diff)
/CMakeLists.txt (+4, -0) (Diff)
/intern/CMakeLists.txt (+4, -1) (Diff)
/SConstruct (+1, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+7, -1) (Diff)
/source/blender/bmesh/operators/bmo_smooth_laplacian.c (+14, -2) (Diff)
/source/blender/editors/armature/armature_skinning.c (+5, -1) (Diff)
/source/blender/editors/armature/CMakeLists.txt (+7, -1) (Diff)
/source/blender/editors/armature/meshlaplacian.c (+13, -2) (Diff)
/source/blender/editors/uvedit/CMakeLists.txt (+7, -1) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+37, -2) (Diff)
/source/blender/modifiers/CMakeLists.txt (+7, -1) (Diff)
/source/blender/modifiers/intern/MOD_laplaciandeform.c (+14, -2) (Diff)
/source/blender/modifiers/intern/MOD_laplaciansmooth.c (+56, -46) (Diff)
/source/creator/CMakeLists.txt (+4, -1) (Diff)
/CMakeLists.txt (+4, -0) (Diff)
/intern/CMakeLists.txt (+4, -1) (Diff)
/SConstruct (+1, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+7, -1) (Diff)
/source/blender/bmesh/operators/bmo_smooth_laplacian.c (+14, -2) (Diff)
/source/blender/editors/armature/armature_skinning.c (+5, -1) (Diff)
/source/blender/editors/armature/CMakeLists.txt (+7, -1) (Diff)
/source/blender/editors/armature/meshlaplacian.c (+13, -2) (Diff)
/source/blender/editors/uvedit/CMakeLists.txt (+7, -1) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+37, -2) (Diff)
/source/blender/modifiers/CMakeLists.txt (+7, -1) (Diff)
/source/blender/modifiers/intern/MOD_laplaciandeform.c (+14, -2) (Diff)
/source/blender/modifiers/intern/MOD_laplaciansmooth.c (+56, -46) (Diff)
/source/creator/CMakeLists.txt (+4, -1) (Diff)