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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-04-03 17:11:57 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-04-03 17:14:02 +0300
commit4f26d2348c41d6c7b9d32d3b8372a6253750fc22 (patch)
tree4d3070cce041285fcc7f47d6d7d41ffe51f7daed /source/blender/makesdna/DNA_modifier_types.h
parentb2d68b53dfb13323053fb9c68553383908ec404a (diff)
Multires: Make topology cache to work with copy-on-write
Allows to preserve topology cache even when copy-on-write is fully re-copying the object. For example, toggling edit mode in and out does no longer causes full topology to be re-created.
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 126ef912b15..14f8a63a359 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -954,8 +954,6 @@ typedef struct MultiresModifierData {
short quality;
short uv_smooth;
char _pad2[4];
- struct Subdiv *subdiv;
- void *_pad3;
} MultiresModifierData;
typedef enum {