From f7a38811750237a05baeac58246482d409f0ab83 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 15 Oct 2013 15:56:00 +0000 Subject: 3D view: textured draw mode now has a Shadeless option in the Shading panel, to draw textures without shading. For Cycles this was not possible yet, and for Blender Internal you had to move away all lights which was also not ideal. (Caminandes feature request) --- source/blender/makesdna/DNA_view3d_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_view3d_types.h') diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h index 5436b9debfa..c724340f5ea 100644 --- a/source/blender/makesdna/DNA_view3d_types.h +++ b/source/blender/makesdna/DNA_view3d_types.h @@ -280,6 +280,7 @@ typedef struct View3D { #define V3D_SOLID_MATCAP 4096 /* user flag */ #define V3D_SHOW_SOLID_MATCAP 8192 /* runtime flag */ #define V3D_OCCLUDE_WIRE 16384 +#define V3D_SHADELESS_TEX 32768 /* View3D->around */ -- cgit v1.2.3