Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/view3d_walk.c
| Show First 20 Lines • Show All 185 Lines • ▼ Show 20 Lines | |||||
| typedef struct WalkInfo { | typedef struct WalkInfo { | ||||
| /* context stuff */ | /* context stuff */ | ||||
| RegionView3D *rv3d; | RegionView3D *rv3d; | ||||
| View3D *v3d; | View3D *v3d; | ||||
| ARegion *ar; | ARegion *ar; | ||||
| struct Depsgraph *depsgraph; | struct Depsgraph *depsgraph; | ||||
| Scene *scene; | Scene *scene; | ||||
| /** Needed for for updating that isn't triggered by input. */ | /** Needed for updating that isn't triggered by input. */ | ||||
| wmTimer *timer; | wmTimer *timer; | ||||
| short state; | short state; | ||||
| bool redraw; | bool redraw; | ||||
| /** | /** | ||||
| * Needed for auto-keyframing, when animation isn't playing, only keyframe on confirmation. | * Needed for auto-keyframing, when animation isn't playing, only keyframe on confirmation. | ||||
| * | * | ||||
| ▲ Show 20 Lines • Show All 1,234 Lines • Show Last 20 Lines | |||||