Blender Git Commit Log

Git Commits -> Revision 519a6c4

Revision 519a6c4 by Jacques Lucke (experimental-build)
February 13, 2019, 19:48 (GMT)
rigid deform modifier

hopefully I managed to get rid of external dependencies...

Commit Details:

Full Hash: 519a6c425d7225618478a43f4e0fa10e56287a53
Parent Commit: a84e8fa
Lines Changed: +6822, -8

27 Added Paths:

/extern/CholUp/CMakeLists.txt (+21, -0) (View)
/extern/CholUp/source/CholUp/CholUp.hpp (+1, -0) (View)
/extern/CholUp/source/CholUp/EliminationTreeMethods.cpp (+118, -0) (View)
/extern/CholUp/source/CholUp/EliminationTreeMethods.h (+113, -0) (View)
/extern/CholUp/source/CholUp/main.cpp (+187, -0) (View)
/extern/CholUp/source/CholUp/Matrix.hpp (+215, -0) (View)
/extern/CholUp/source/CholUp/Ordering.h (+90, -0) (View)
/extern/CholUp/source/CholUp/SparseMatrix.h (+83, -0) (View)
/extern/CholUp/source/CholUp/SparseMatrix_impl.h (+304, -0) (View)
/extern/CholUp/source/CholUp/SparseSupernodal.h (+336, -0) (View)
/extern/CholUp/source/CholUp/SupernodalCholesky.h (+1611, -0) (View)
/extern/CholUp/source/CholUp/Timer.cpp (+102, -0) (View)
/extern/CholUp/source/CholUp/Timer.hpp (+33, -0) (View)
/intern/fast_svd/CMakeLists.txt (+20, -0) (View)
/intern/fast_svd/source/FastSVD.cpp (+110, -0) (View)
/intern/fast_svd/source/FastSVD.hpp (+3, -0) (View)
/intern/fast_svd/source/Singular_Value_Decomposition_Givens_QR_Factorization_Kernel.hpp (+125, -0) (View)
/intern/fast_svd/source/Singular_Value_Decomposition_Jacobi_Conjugation_Kernel.hpp (+119, -0) (View)
/intern/fast_svd/source/Singular_Value_Decomposition_Kernel_Declarations.hpp (+159, -0) (View)
/intern/fast_svd/source/Singular_Value_Decomposition_Main_Kernel_Body.hpp (+1407, -0) (View)
/intern/fast_svd/source/Singular_Value_Decomposition_Preamble.hpp (+61, -0) (View)
/release/scripts/startup/bl_operators/rigiddeform.py (+84, -0) (View)
/source/blender/modifiers/intern/MOD_rigiddeform.c (+355, -0) (View)
/source/blender/modifiers/intern/MOD_rigiddeform_system.cc (+549, -0) (View)
/source/blender/modifiers/intern/MOD_rigiddeform_system.h (+58, -0) (View)
/source/blender/modifiers/intern/MOD_rigiddeform_system.hpp (+267, -0) (View)
/source/blender/modifiers/intern/MOD_rigiddeform_system_wrapper.cc (+101, -0) (View)

19 Modified Paths:

/build_files/cmake/macros.cmake (+10, -8) (Diff)
/extern/CMakeLists.txt (+1, -0) (Diff)
/intern/CMakeLists.txt (+1, -0) (Diff)
/release/scripts/startup/bl_operators/__init__.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+6, -0) (Diff)
/source/blender/blenkernel/BKE_mesh_runtime.h (+8, -0) (Diff)
/source/blender/blenlib/BLI_edgehash.h (+8, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+15, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+10, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+56, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+21, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+37, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021