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>2018-08-26 12:47:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-26 12:47:47 +0300
commit82f771b169ec6610da0c172f7624f696736f8b65 (patch)
tree236485960363ee0b8541f0e175ad265eb355bfce /source/blender/makesdna/DNA_view3d_types.h
parentb30d103cf63ced54473b49b4160faf3e53a9a530 (diff)
DNA: don't deprecate gridview, it's still used
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 65b6192b9c8..317cde9009d 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -96,7 +96,7 @@ typedef struct RegionView3D {
float tw_axis_min[3], tw_axis_max[3];
float tw_axis_matrix[3][3];
- float gridview DNA_DEPRECATED;
+ float gridview;
float viewquat[4]; /* view rotation, must be kept normalized */
float dist; /* distance from 'ofs' along -viewinv[2] vector, where result is negative as is 'ofs' */