DNA: don't deprecate gridview, it's still used

This commit is contained in:
Campbell Barton 2018-08-26 19:47:47 +10:00
parent b30d103cf6
commit 82f771b169
1 changed files with 1 additions and 1 deletions

View File

@ -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' */