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-01-16 12:58:35 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-16 13:00:43 +0300
commit1579dc8c3b3974e98c513cffb2e407c11c32d11c (patch)
treed199f0264eb777eb4e5b7f5ff8d251f8b55621df /source/blender/makesdna
parent6ae72d2d41a30bf96e425656bbca166287a5f359 (diff)
Multires: Prepare for cached topology
Note that the actual caching is still disabled, since more tests is needed with more production-looking files.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 2 insertions, 0 deletions
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 {