Blender  V3.3
Public Attributes | List of all members
SpaceAction Struct Reference

#include <DNA_action_types.h>

Public Attributes

struct SpaceLinknext
 
struct SpaceLinkprev
 
ListBase regionbase
 
char spacetype
 
char link_flag
 
char _pad0 [6]
 
View2D v2d DNA_DEPRECATED
 
bActionaction
 
bDopeSheet ads
 
float timeslide
 
short flag
 
char mode
 
char mode_prev
 
char autosnap
 
char cache_display
 
char _pad1 [6]
 
SpaceAction_Runtime runtime
 

Detailed Description

Definition at line 819 of file DNA_action_types.h.

Member Data Documentation

◆ _pad0

char SpaceAction::_pad0[6]

Definition at line 825 of file DNA_action_types.h.

◆ _pad1

char SpaceAction::_pad1[6]

Definition at line 848 of file DNA_action_types.h.

◆ action

bAction* SpaceAction::action

◆ ads

bDopeSheet SpaceAction::ads

◆ autosnap

char SpaceAction::autosnap

Automatic keyframe snapping mode.

Definition at line 845 of file DNA_action_types.h.

Referenced by action_create(), blo_do_versions_pre250(), and getAnimEdit_SnapMode().

◆ cache_display

char SpaceAction::cache_display

(eTimeline_Cache_Flag).

Definition at line 847 of file DNA_action_types.h.

Referenced by action_create(), timeline_cache_is_hidden_by_setting(), and timeline_draw_cache().

◆ DNA_DEPRECATED

View2D v2d SpaceAction::DNA_DEPRECATED

Copied to region.

Definition at line 829 of file DNA_action_types.h.

◆ flag

short SpaceAction::flag

◆ link_flag

char SpaceAction::link_flag

Definition at line 824 of file DNA_action_types.h.

◆ mode

char SpaceAction::mode

◆ mode_prev

char SpaceAction::mode_prev

◆ next

struct SpaceLink* SpaceAction::next

Definition at line 820 of file DNA_action_types.h.

◆ prev

struct SpaceLink * SpaceAction::prev

Definition at line 820 of file DNA_action_types.h.

◆ regionbase

ListBase SpaceAction::regionbase

Storage of regions for inactive spaces.

Definition at line 822 of file DNA_action_types.h.

Referenced by action_create(), blo_do_versions_270(), and do_version_area_change_space_to_space_action().

◆ runtime

SpaceAction_Runtime SpaceAction::runtime

◆ spacetype

char SpaceAction::spacetype

Definition at line 823 of file DNA_action_types.h.

Referenced by action_create().

◆ timeslide

float SpaceAction::timeslide

For Time-Slide transform mode drawing - current frame?

Definition at line 837 of file DNA_action_types.h.

Referenced by applyTimeSlideValue(), and draw_channel_strips().


The documentation for this struct was generated from the following file: