Blender Git Commit Log
Git Commits -> Revision 1c0be0e
Revision 1c0be0e by Sybren A. Stüvel (master) May 8, 2018, 09:46 (GMT) |
Ported Mesh Deform modifier This modifier still has issues that are not related to this port: - While editing the deformation mesh, the deformed mesh doesn't update. This update only happens after exiting edit mode, making editing cumbersome. - Binding doesn't work yet. It works fine when binding in master and loading pre-bound in 2.8. This was also an issue before this port, and will be investigated separately. |
Commit Details:
Full Hash: 1c0be0e90fb17775ca4fdbe91cc0fb377dd446d7
Parent Commit: abb58ee
Lines Changed: +189, -63
8 Modified Paths:
/source/blender/blenkernel/BKE_mesh.h (+7, -1) (Diff)
/source/blender/blenkernel/intern/mesh.c (+68, -1) (Diff)
/source/blender/editors/armature/meshlaplacian.c (+20, -20) (Diff)
/source/blender/editors/include/ED_armature.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -1) (Diff)
/source/blender/modifiers/intern/MOD_meshdeform.c (+42, -38) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+45, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/mesh.c (+68, -1) (Diff)
/source/blender/editors/armature/meshlaplacian.c (+20, -20) (Diff)
/source/blender/editors/include/ED_armature.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -1) (Diff)
/source/blender/modifiers/intern/MOD_meshdeform.c (+42, -38) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+45, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.h (+2, -0) (Diff)