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>2014-04-22 15:59:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-22 16:01:52 +0400
commit4e3c9b01a00c9f956dc0c3e0eada0b34a22a4418 (patch)
tree21c7e6961e6283fe6e6d05d81cd47b97348a0152 /source/blender/makesdna
parent058bc50799b469f36ef091eb3afc0806ce9de54b (diff)
View3d: api naming, for setting the view matrix.
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 ab8945368e3..db1b8237a9e 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -125,7 +125,7 @@ typedef struct RegionView3D {
* also matches -viewinv[3][0:3] in ortho mode.*/
float camzoom; /* viewport zoom on the camera frame, see BKE_screen_view3d_zoom_to_fac */
char is_persp; /* check if persp/ortho view, since 'persp' cant be used for this since
- * it can have cameras assigned as well. (only set in setwinmatrixview3d) */
+ * it can have cameras assigned as well. (only set in view3d_winmatrix_set) */
char persp;
char view;
char viewlock;