Blender Git Loki
Git Commits -> Revision d20fa0a
Revision d20fa0a by Alexander Pinzon (soc-2013-sketch_mesh) June 26, 2013, 20:07 (GMT) |
Implementation of the system of equations for the deformation with preservation of detail. Calculating the implied rotation for differential coordinates |
Commit Details:
Full Hash: d20fa0ae3cc27e2925898e1201894bf5de042ae5
SVN Revision: 57783
Parent Commit: 1e8ad4d
Lines Changed: +912, -0
3 Added Paths:
/source/blender/bmesh/operators/bmo_deform_laplacian.c (+458, -0) (View)
/source/blender/bmesh/operators/bmo_deform_utils.cpp (+269, -0) (View)
/source/blender/bmesh/operators/bmo_deform_utils.h (+71, -0) (View)
/source/blender/bmesh/operators/bmo_deform_utils.cpp (+269, -0) (View)
/source/blender/bmesh/operators/bmo_deform_utils.h (+71, -0) (View)
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+1, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+4, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+24, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+82, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+4, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+24, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+82, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)