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:
authorCampbell Barton <ideasman42@gmail.com>2011-04-21 12:55:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-21 12:55:10 +0400
commitcb06c4eee17a9724cf39f9694c1e68581dcb1a12 (patch)
treedd8f001cd874f389b9e2d9f6ac303a4d5d2bee16 /source/blender/makesdna/DNA_mesh_types.h
parentc3d1e1f3e90a8ec56521ba42913763fb81c54f53 (diff)
remove checks on deprecated multires pointer.
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index ae7f5e65316..6ad60ac2df9 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -100,7 +100,7 @@ typedef struct Mesh {
short totcol;
- struct Multires *mr; /* Multiresolution modeling data */
+ struct Multires *mr; /* deprecated multiresolution modeling data, only keep for loading old files */
struct PartialVisibility *pv;
} Mesh;