[Bf-blender-cvs] [f1470a84f88] soc-2018-npr: Fix modifier api

Yiming Wu noreply at git.blender.org
Thu Apr 4 15:58:24 CEST 2019


Commit: f1470a84f88cabaeec6f197a50ae9864c9a66bfb
Author: Yiming Wu
Date:   Thu Apr 4 21:57:00 2019 +0800
Branches: soc-2018-npr
https://developer.blender.org/rBf1470a84f88cabaeec6f197a50ae9864c9a66bfb

Fix modifier api

===================================================================

M	source/blender/modifiers/intern/MOD_mybmesh.c

===================================================================

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,
 };



More information about the Bf-blender-cvs mailing list