Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_types.h
| Show First 20 Lines • Show All 167 Lines • ▼ Show 20 Lines | |||||
| } View3DOverlay; | } View3DOverlay; | ||||
| /* 3D ViewPort Struct */ | /* 3D ViewPort Struct */ | ||||
| typedef struct View3D { | typedef struct View3D { | ||||
| struct SpaceLink *next, *prev; | struct SpaceLink *next, *prev; | ||||
| ListBase regionbase; /* storage of regions for inactive spaces */ | ListBase regionbase; /* storage of regions for inactive spaces */ | ||||
| char spacetype; | char spacetype; | ||||
| char link_flag; | char link_flag; | ||||
| char _pad0[6]; | short space_subtype; | ||||
| char _pad0[4]; | |||||
| /* End 'SpaceLink' header. */ | /* End 'SpaceLink' header. */ | ||||
| float viewquat[4] DNA_DEPRECATED; | float viewquat[4] DNA_DEPRECATED; | ||||
| float dist DNA_DEPRECATED; | float dist DNA_DEPRECATED; | ||||
| float bundle_size; /* size of bundles in reconstructed data */ | float bundle_size; /* size of bundles in reconstructed data */ | ||||
| char bundle_drawtype; /* display style for bundle */ | char bundle_drawtype; /* display style for bundle */ | ||||
| char pad[3]; | char pad[3]; | ||||
| ▲ Show 20 Lines • Show All 255 Lines • Show Last 20 Lines | |||||