Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Show First 20 Lines • Show All 575 Lines • ▼ Show 20 Lines | typedef struct bUserAssetLibrary { | ||||
| char name[64]; /* MAX_NAME */ | char name[64]; /* MAX_NAME */ | ||||
| char path[1024]; /* FILE_MAX */ | char path[1024]; /* FILE_MAX */ | ||||
| } bUserAssetLibrary; | } bUserAssetLibrary; | ||||
| typedef struct SolidLight { | typedef struct SolidLight { | ||||
| int flag; | int flag; | ||||
| float smooth; | float smooth; | ||||
| char _pad0[8]; | |||||
| float col[4], spec[4], vec[4]; | float col[4], spec[4], vec[4]; | ||||
| } SolidLight; | } SolidLight; | ||||
| typedef struct WalkNavigation { | typedef struct WalkNavigation { | ||||
| /** Speed factor for look around. */ | /** Speed factor for look around. */ | ||||
| float mouse_speed; | float mouse_speed; | ||||
| float walk_speed; | float walk_speed; | ||||
| float walk_speed_factor; | float walk_speed_factor; | ||||
| ▲ Show 20 Lines • Show All 812 Lines • Show Last 20 Lines | |||||