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:
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_intern.h')
-rw-r--r--source/blender/editors/space_view3d/view3d_intern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h
index be444ce27cd..962a58768d1 100644
--- a/source/blender/editors/space_view3d/view3d_intern.h
+++ b/source/blender/editors/space_view3d/view3d_intern.h
@@ -54,13 +54,13 @@ struct wmKeyConfig;
enum {
DRAW_PICKING = (1 << 0),
DRAW_CONSTCOLOR = (1 << 1),
- DRAW_SCENESET = (1 << 2)
+ DRAW_SCENESET = (1 << 2),
};
/* draw_mesh_fancy/draw_mesh_textured draw_flags */
enum {
DRAW_MODIFIERS_PREVIEW = (1 << 0),
- DRAW_FACE_SELECT = (1 << 1)
+ DRAW_FACE_SELECT = (1 << 1),
};
/* view3d_header.c */
@@ -168,7 +168,7 @@ enum {
V3D_CACHE_TEXT_WORLDSPACE = (1 << 1),
V3D_CACHE_TEXT_ASCII = (1 << 2),
V3D_CACHE_TEXT_GLOBALSPACE = (1 << 3),
- V3D_CACHE_TEXT_LOCALCLIP = (1 << 4)
+ V3D_CACHE_TEXT_LOCALCLIP = (1 << 4),
};
int view3d_effective_drawtype(const struct View3D *v3d);