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:
authorJacques Lucke <jacques@blender.org>2020-03-07 18:41:55 +0300
committerJacques Lucke <jacques@blender.org>2020-03-07 18:41:55 +0300
commit681ff0c789461407e677a7dff2f385b35034a6d1 (patch)
treefc10082e3d0e7ee6cd9c03ec554a495b70a1a9df /source/blender/modifiers/intern/MOD_simpledeform.c
parent081311d168f488236f02d4e69a71e8ca65bc880b (diff)
Add bloWrite callback to ModifierTypeInfo definitions of individual modifiers
Diffstat (limited to 'source/blender/modifiers/intern/MOD_simpledeform.c')
-rw-r--r--source/blender/modifiers/intern/MOD_simpledeform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_simpledeform.c b/source/blender/modifiers/intern/MOD_simpledeform.c
index f38a50bd672..91fba46665f 100644
--- a/source/blender/modifiers/intern/MOD_simpledeform.c
+++ b/source/blender/modifiers/intern/MOD_simpledeform.c
@@ -476,4 +476,5 @@ ModifierTypeInfo modifierType_SimpleDeform = {
/* foreachIDLink */ NULL,
/* foreachTexLink */ NULL,
/* freeRuntimeData */ NULL,
+ /* bloWrite */ NULL,
};