Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_scene_types.h
| Show First 20 Lines • Show All 1,403 Lines • ▼ Show 20 Lines | typedef struct ToolSettings { | ||||
| /* Grease Pencil */ | /* Grease Pencil */ | ||||
| /** Flags/options for how the tool works. */ | /** Flags/options for how the tool works. */ | ||||
| char gpencil_flags; | char gpencil_flags; | ||||
| /** Stroke placement settings: 3D View. */ | /** Stroke placement settings: 3D View. */ | ||||
| char gpencil_v3d_align; | char gpencil_v3d_align; | ||||
| /** General 2D Editor. */ | /** General 2D Editor. */ | ||||
| char gpencil_v2d_align; | char gpencil_v2d_align; | ||||
| /** Sequencer Preview. */ | char _pad0[2]; | ||||
| char gpencil_seq_align; | |||||
| /** Image Editor. */ | |||||
| char gpencil_ima_align; | |||||
| /* Annotations */ | /* Annotations */ | ||||
| /** Stroke placement settings - 3D View. */ | /** Stroke placement settings - 3D View. */ | ||||
| char annotate_v3d_align; | char annotate_v3d_align; | ||||
| /** Default stroke thickness for annotation strokes. */ | /** Default stroke thickness for annotation strokes. */ | ||||
| short annotate_thickness; | short annotate_thickness; | ||||
| /** Stroke selection mode for Edit. */ | /** Stroke selection mode for Edit. */ | ||||
| ▲ Show 20 Lines • Show All 1,044 Lines • Show Last 20 Lines | |||||