Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_types.h
| Context not available. | |||||
| /* XXX deprecated? */ | /* XXX deprecated? */ | ||||
| struct bGPdata *gpd DNA_DEPRECATED; /* Grease-Pencil Data (annotation layers) */ | struct bGPdata *gpd DNA_DEPRECATED; /* Grease-Pencil Data (annotation layers) */ | ||||
| int gpencil_grid_size[2]; | |||||
| float gpencil_paper_color[4]; | |||||
| /* Stereoscopy settings */ | /* Stereoscopy settings */ | ||||
| short stereo3d_flag; | short stereo3d_flag; | ||||
| Context not available. | |||||
| #define V3D_OCCLUDE_WIRE (1 << 14) | #define V3D_OCCLUDE_WIRE (1 << 14) | ||||
| #define V3D_SHOW_MODE_SHADE_OVERRIDE (1 << 15) | #define V3D_SHOW_MODE_SHADE_OVERRIDE (1 << 15) | ||||
| /* View3d->flag3 (short) */ | /* View3d->flag3 (short) */ | ||||
| #define V3D_SHOW_WORLD (1 << 0) | #define V3D_SHOW_WORLD (1 << 0) | ||||
| #define V3D_GP_SHOW_PAPER (1 << 2) /* Activate paper to cover all viewport */ | |||||
| #define V3D_GP_SHOW_GRID (1 << 3) /* Activate paper grid */ | |||||
| /* View3DShading->light */ | /* View3DShading->light */ | ||||
| enum { | enum { | ||||
| Context not available. | |||||