Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_scene_defaults.h
| Show First 20 Lines • Show All 368 Lines • ▼ Show 20 Lines | |||||
| \ | \ | ||||
| /* Annotations */ \ | /* Annotations */ \ | ||||
| .annotate_v3d_align = GP_PROJECT_VIEWSPACE | GP_PROJECT_CURSOR, \ | .annotate_v3d_align = GP_PROJECT_VIEWSPACE | GP_PROJECT_CURSOR, \ | ||||
| .annotate_thickness = 3, \ | .annotate_thickness = 3, \ | ||||
| \ | \ | ||||
| /* GP Stroke Placement */ \ | /* GP Stroke Placement */ \ | ||||
| .gpencil_v3d_align = GP_PROJECT_VIEWSPACE, \ | .gpencil_v3d_align = GP_PROJECT_VIEWSPACE, \ | ||||
| .gpencil_v2d_align = GP_PROJECT_VIEWSPACE, \ | .gpencil_v2d_align = GP_PROJECT_VIEWSPACE, \ | ||||
| .gpencil_seq_align = GP_PROJECT_VIEWSPACE, \ | |||||
| .gpencil_ima_align = GP_PROJECT_VIEWSPACE, \ | |||||
| } | } | ||||
| /* clang-format off */ | /* clang-format off */ | ||||