Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Show First 20 Lines • Show All 629 Lines • ▼ Show 20 Lines | typedef struct UserDef { | ||||
| short undosteps; | short undosteps; | ||||
| char _pad1[2]; | char _pad1[2]; | ||||
| int undomemory; | int undomemory; | ||||
| float gpu_viewport_quality; | float gpu_viewport_quality; | ||||
| short gp_manhattendist, gp_euclideandist, gp_eraser; | short gp_manhattendist, gp_euclideandist, gp_eraser; | ||||
| /** #eGP_UserdefSettings. */ | /** #eGP_UserdefSettings. */ | ||||
| short gp_settings; | short gp_settings; | ||||
| char _pad13[4]; | float gpu_viewport_scale; | ||||
| struct SolidLight light_param[4]; | struct SolidLight light_param[4]; | ||||
| float light_ambient[3]; | float light_ambient[3]; | ||||
| char _pad3[4]; | char _pad3[4]; | ||||
| short gizmo_flag, gizmo_size; | short gizmo_flag, gizmo_size; | ||||
| short edit_studio_light; | short edit_studio_light; | ||||
| char _pad6[4]; | char _pad6[4]; | ||||
| short textimeout, texcollectrate; | short textimeout, texcollectrate; | ||||
| char _pad14[2]; | char _pad14[2]; | ||||
| ▲ Show 20 Lines • Show All 488 Lines • Show Last 20 Lines | |||||