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>2008-03-21 19:27:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-03-21 19:27:43 +0300
commitdf1ba7da75f9b82f81693d5e0adfec29b2f4a424 (patch)
tree3953ecd6dd7d4525d7867fb51f0d1b29b995c415 /source/blender/makesdna
parent76adde8d19cbdf046048d49d40bd530e9440f842 (diff)
make border zoom ignore backfaces in texture mode and zero alpha areas of billboards.
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 78605464268..06db6d099de 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -103,7 +103,7 @@ typedef struct View3D {
/**
* The drawing mode for the 3d display. Set to OB_WIRE, OB_SOLID,
- * OB_SHADED or OB_TEXTURED */
+ * OB_SHADED or OB_TEXTURE */
short drawtype;
short localview;
int lay, layact;