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:
authorJulian Eisel <julian@blender.org>2020-06-16 12:31:58 +0300
committerJulian Eisel <julian@blender.org>2020-06-16 12:31:58 +0300
commit87df15190210eb84ef52e5dccc2932918f912da5 (patch)
tree94c4d71ed7c20b2fd7ebac4ce50a736ed165b1d0 /source/blender/modifiers/intern/MOD_subsurf.c
parentd73920831de0a87faa0c91261dc2ff8d07913318 (diff)
parentcfde6ebf450594faa57c4bfeaecff10fe512c91b (diff)
Merge branch 'asset-uuid' into asset-engine
Diffstat (limited to 'source/blender/modifiers/intern/MOD_subsurf.c')
-rw-r--r--source/blender/modifiers/intern/MOD_subsurf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c
index 2b2f6893a2e..aca4cad95b8 100644
--- a/source/blender/modifiers/intern/MOD_subsurf.c
+++ b/source/blender/modifiers/intern/MOD_subsurf.c
@@ -457,4 +457,6 @@ ModifierTypeInfo modifierType_Subsurf = {
/* foreachTexLink */ NULL,
/* freeRuntimeData */ freeRuntimeData,
/* panelRegister */ panelRegister,
+ /* blendWrite */ NULL,
+ /* blendRead */ NULL,
};