From 1579dc8c3b3974e98c513cffb2e407c11c32d11c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 16 Jan 2019 10:58:35 +0100 Subject: Multires: Prepare for cached topology Note that the actual caching is still disabled, since more tests is needed with more production-looking files. --- source/blender/makesdna/DNA_modifier_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h index 30c093ab3a8..101d655ded5 100644 --- a/source/blender/makesdna/DNA_modifier_types.h +++ b/source/blender/makesdna/DNA_modifier_types.h @@ -949,6 +949,8 @@ typedef struct MultiresModifierData { short quality; short uv_smooth; short pad2[2]; + struct Subdiv *subdiv; + void *pad3; } MultiresModifierData; typedef enum { -- cgit v1.2.3