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_weightvgmix.c
parent081311d168f488236f02d4e69a71e8ca65bc880b (diff)
Add bloWrite callback to ModifierTypeInfo definitions of individual modifiers
Diffstat (limited to 'source/blender/modifiers/intern/MOD_weightvgmix.c')
-rw-r--r--source/blender/modifiers/intern/MOD_weightvgmix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_weightvgmix.c b/source/blender/modifiers/intern/MOD_weightvgmix.c
index 4aaa69912b2..08f81781f38 100644
--- a/source/blender/modifiers/intern/MOD_weightvgmix.c
+++ b/source/blender/modifiers/intern/MOD_weightvgmix.c
@@ -449,4 +449,5 @@ ModifierTypeInfo modifierType_WeightVGMix = {
/* foreachIDLink */ foreachIDLink,
/* foreachTexLink */ foreachTexLink,
/* freeRuntimeData */ NULL,
+ /* bloWrite */ NULL,
};