Blender V4.5
ActKeyColumn Struct Reference

#include <ED_keyframes_keylist.hh>

Public Attributes

ActKeyColumnnext
 
ActKeyColumnprev
 
ActKeyColumnleft
 
ActKeyColumnright
 
ActKeyColumnparent
 
eBezTriple_KeyframeType key_type
 
char handle_type
 
char extreme_type
 
short sel
 
float cfra
 
ActKeyBlockInfo block
 
short totcurve
 
short totkey
 
short totblock
 

Detailed Description

Keyframe Column Struct.

Definition at line 57 of file ED_keyframes_keylist.hh.

Member Data Documentation

◆ block

◆ cfra

◆ extreme_type

char ActKeyColumn::extreme_type

eKeyframeExtremeDrawOpts

Definition at line 72 of file ED_keyframes_keylist.hh.

Referenced by draw_keylist_keys(), nalloc_ak_bezt(), and nupdate_ak_bezt().

◆ handle_type

char ActKeyColumn::handle_type

eKeyframeHandleDrawOpts

Definition at line 70 of file ED_keyframes_keylist.hh.

Referenced by draw_keylist_keys(), nalloc_ak_bezt(), and nupdate_ak_bezt().

◆ key_type

◆ left

ActKeyColumn* ActKeyColumn::left

'children' of this node, less than and greater than it (respectively)

Definition at line 63 of file ED_keyframes_keylist.hh.

◆ next

◆ parent

ActKeyColumn* ActKeyColumn::parent

parent of this node in the tree

Definition at line 65 of file ED_keyframes_keylist.hh.

◆ prev

◆ right

ActKeyColumn * ActKeyColumn::right

Definition at line 63 of file ED_keyframes_keylist.hh.

◆ sel

◆ totblock

short ActKeyColumn::totblock

◆ totcurve

short ActKeyColumn::totcurve

Definition at line 80 of file ED_keyframes_keylist.hh.

◆ totkey


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