Blender Git Commit Log

Git Commits -> Revision 4fa4132

Revision 4fa4132 by Luca Rood (master)
February 27, 2017, 16:49 (GMT)
Surface Deform Modifier (SDef)

Implementation of the SDef modifier, which allows meshes to be bound by
surface, thus allowing things such as cloth simulation proxies.

User documentation: https://wiki.blender.org/index.php/User:Lucarood/SurfaceDeform

Reviewers: mont29, sergey

Subscribers: Severin, dfelinto, plasmasolutions, kjym3

Differential Revision: https://developer.blender.org/D2462

Commit Details:

Full Hash: 4fa4132e45c97df24108b14fa3c11b2b4b04d22c
Parent Commit: cd5c853
Lines Changed: +1404, -0

1 Added Path:

/source/blender/modifiers/intern/MOD_surfacedeform.c (+1189, -0) (View)

13 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+14, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+31, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+26, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+60, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+40, -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 (+1, -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