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:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-05-17 17:21:04 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2018-05-17 17:21:13 +0300
commit3b6a0f5fe0f26d15927c67e7ef4083fd722c9015 (patch)
treee44a2692a07af243496fd53b62a0b58569f2d169 /source/blender/makesdna/DNA_modifier_types.h
parentedf6676a77b30290918e60547544bc1a6f7a8838 (diff)
Modifiers: ported Surface DerivedMesh → Mesh
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index bd337443edc..1f88c541e78 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -651,7 +651,7 @@ typedef struct SurfaceModifierData {
struct MVert *x; /* old position */
struct MVert *v; /* velocity */
- struct DerivedMesh *dm;
+ struct Mesh *mesh;
struct BVHTreeFromMesh *bvhtree; /* bounding volume hierarchy of the mesh faces */