Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiming Wu <xp8110@outlook.com>2019-04-04 16:57:00 +0300
committerYiming Wu <xp8110@outlook.com>2019-04-04 16:57:00 +0300
commitf1470a84f88cabaeec6f197a50ae9864c9a66bfb (patch)
tree84fbaac6dc8ac4f0858dd3c3ef7e88f349d297ff /source/blender/modifiers
parent92a33e459984757cfe86f8f1245aa36caa7c78a5 (diff)
Fix modifier api
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_mybmesh.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/modifiers/intern/MOD_mybmesh.c b/source/blender/modifiers/intern/MOD_mybmesh.c
index f87c9151f6c..961bb28c668 100644
--- a/source/blender/modifiers/intern/MOD_mybmesh.c
+++ b/source/blender/modifiers/intern/MOD_mybmesh.c
@@ -4488,12 +4488,6 @@ ModifierTypeInfo modifierType_MyBMesh = {
/* copyData */ modifier_copyData_generic,
- /* deformVerts_DM */ NULL,
- /* deformMatrices_DM */ NULL,
- /* deformVertsEM_DM */ NULL,
- /* deformMatricesEM_DM*/NULL,
- /* applyModifier_DM */ NULL,
-
/* deformVerts */ NULL,
/* deformMatrices */ NULL,
/* deformVertsEM */ NULL,
@@ -4510,4 +4504,5 @@ ModifierTypeInfo modifierType_MyBMesh = {
/* foreachObjectLink */ foreachObjectLink,
/* foreachIDLink */ NULL,
/* foreachTexLink */ NULL,
+ /* freeRuntimeData */ NULL,
};