Blender Git Loki
Git Commits -> Revision 70174fd
Revision 70174fd by Alexander Pinzon (soc-2013-sketch_mesh) November 21, 2013, 01:25 (GMT) |
Create of new Operator for bind Laplacian Deform Modifier The Laplacian Deform Modifier bind the initial vertexes positions. I Modified the LaplacianDeformModifierData struct to store bind state. |
Commit Details:
Full Hash: 70174fd1c2a906b845aae18b5c18082f31843b69
Parent Commit: 9c826cf
Lines Changed: +93, -2
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+15, -2) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+50, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+10, -0) (Diff)
/source/blender/modifiers/intern/MOD_laplaciandeform.c (+10, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+50, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+10, -0) (Diff)
/source/blender/modifiers/intern/MOD_laplaciandeform.c (+10, -0) (Diff)