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:
authormano-wii <germano.costa@ig.com.br>2018-08-27 18:16:34 +0300
committermano-wii <germano.costa@ig.com.br>2018-08-27 18:16:34 +0300
commit5238456adce2bb57a2ef0ae0546cb8786ba5cb04 (patch)
treeb77b873341a33ca7ef6f3c94f83a4962d54fa541 /source/blender/makesdna
parent44f04b5f534db0ed63608dd90035a4aa5d997d4a (diff)
DNA: Deprecate gridview
Diffstat (limited to 'source/blender/makesdna')
-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 317cde9009d..65b6192b9c8 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;
+ float gridview DNA_DEPRECATED;
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' */