Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_gpencil_modifier_defaults.h
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | #define _DNA_DEFAULT_BuildGpencilModifierData \ | ||||
| .start_frame = 1, \ | .start_frame = 1, \ | ||||
| .end_frame = 125, \ | .end_frame = 125, \ | ||||
| .start_delay = 0.0f, \ | .start_delay = 0.0f, \ | ||||
| .length = 100.0f, \ | .length = 100.0f, \ | ||||
| .flag = 0, \ | .flag = 0, \ | ||||
| .mode = 0, \ | .mode = 0, \ | ||||
| .transition = 0, \ | .transition = 0, \ | ||||
| .time_alignment = 0, \ | .time_alignment = 0, \ | ||||
| .time_mode = 0, \ | |||||
| .speed_fac = 1.2f, \ | |||||
| .speed_maxgap = 0.5f, \ | |||||
| .percentage_fac = 0.0f, \ | .percentage_fac = 0.0f, \ | ||||
| } | } | ||||
| #define _DNA_DEFAULT_ColorGpencilModifierData \ | #define _DNA_DEFAULT_ColorGpencilModifierData \ | ||||
| { \ | { \ | ||||
| .material = NULL, \ | .material = NULL, \ | ||||
| .layername = "", \ | .layername = "", \ | ||||
| .pass_index = 0, \ | .pass_index = 0, \ | ||||
| ▲ Show 20 Lines • Show All 349 Lines • Show Last 20 Lines | |||||